| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
AppsyncFunction.Builder |
AppsyncFunction.Builder.api(IGraphqlApi api)
(experimental) the GraphQL Api linked to this AppSync Function.
|
static AppsyncFunction.Builder |
AppsyncFunction.Builder.create(software.constructs.Construct scope,
String id) |
AppsyncFunction.Builder |
AppsyncFunction.Builder.dataSource(BaseDataSource dataSource)
(experimental) the data source linked to this AppSync Function.
|
AppsyncFunction.Builder |
AppsyncFunction.Builder.description(String description)
(experimental) the description for this AppSync Function.
|
AppsyncFunction.Builder |
AppsyncFunction.Builder.name(String name)
(experimental) the name of the AppSync Function.
|
AppsyncFunction.Builder |
AppsyncFunction.Builder.requestMappingTemplate(MappingTemplate requestMappingTemplate)
(experimental) the request mapping template for the AppSync Function.
|
AppsyncFunction.Builder |
AppsyncFunction.Builder.responseMappingTemplate(MappingTemplate responseMappingTemplate)
(experimental) the response mapping template for the AppSync Function.
|
Copyright © 2021. All rights reserved.