| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
class |
BackedDataSource
(experimental) Abstract AppSync datasource implementation.
|
class |
DynamoDbDataSource
(experimental) An AppSync datasource backed by a DynamoDB table.
|
class |
HttpDataSource
(experimental) An AppSync datasource backed by a http endpoint.
|
class |
LambdaDataSource
(experimental) An AppSync datasource backed by a Lambda function.
|
class |
NoneDataSource
(experimental) An AppSync dummy datasource.
|
class |
RdsDataSource
(experimental) An AppSync datasource backed by RDS.
|
| Modifier and Type | Method and Description |
|---|---|
default BaseDataSource |
ResolvableFieldOptions.getDataSource()
(experimental) The data source creating linked to this resolvable field.
|
BaseDataSource |
ResolvableFieldOptions.Jsii$Proxy.getDataSource() |
BaseDataSource |
ResolverProps.Jsii$Proxy.getDataSource() |
default BaseDataSource |
ExtendedResolverProps.getDataSource()
(experimental) The data source this resolver is using.
|
BaseDataSource |
ExtendedResolverProps.Jsii$Proxy.getDataSource() |
BaseDataSource |
AppsyncFunctionProps.getDataSource()
(experimental) the data source linked to this AppSync Function.
|
BaseDataSource |
AppsyncFunctionProps.Jsii$Proxy.getDataSource() |
BaseDataSource |
AppsyncFunction.getDataSource()
(experimental) the data source of this AppSync Function.
|
| Modifier and Type | Method and Description |
|---|---|
ResolvableFieldOptions.Builder |
ResolvableFieldOptions.Builder.dataSource(BaseDataSource dataSource)
Sets the value of
ResolvableFieldOptions.getDataSource() |
ResolverProps.Builder |
ResolverProps.Builder.dataSource(BaseDataSource dataSource)
Sets the value of
ExtendedResolverProps.getDataSource() |
Resolver.Builder |
Resolver.Builder.dataSource(BaseDataSource dataSource)
(experimental) The data source this resolver is using.
|
ResolvableField.Builder |
ResolvableField.Builder.dataSource(BaseDataSource dataSource)
(experimental) The data source creating linked to this resolvable field.
|
ExtendedResolverProps.Builder |
ExtendedResolverProps.Builder.dataSource(BaseDataSource dataSource)
Sets the value of
ExtendedResolverProps.getDataSource() |
AppsyncFunctionProps.Builder |
AppsyncFunctionProps.Builder.dataSource(BaseDataSource dataSource)
Sets the value of
AppsyncFunctionProps.getDataSource() |
AppsyncFunction.Builder |
AppsyncFunction.Builder.dataSource(BaseDataSource dataSource)
(experimental) the data source linked to this AppSync Function.
|
| Constructor and Description |
|---|
Jsii$Proxy(BaseDataSource dataSource,
List<? extends IAppsyncFunction> pipelineConfig,
MappingTemplate requestMappingTemplate,
MappingTemplate responseMappingTemplate,
GraphqlType returnType,
Map<String,? extends GraphqlType> args,
List<? extends Directive> directives)
Constructor that initializes the object based on literal property values passed by the
ResolvableFieldOptions.Builder. |
Jsii$Proxy(BaseDataSource dataSource,
String fieldName,
String typeName,
List<? extends IAppsyncFunction> pipelineConfig,
MappingTemplate requestMappingTemplate,
MappingTemplate responseMappingTemplate)
Constructor that initializes the object based on literal property values passed by the
ExtendedResolverProps.Builder. |
Jsii$Proxy(IGraphqlApi api,
BaseDataSource dataSource,
String fieldName,
String typeName,
List<? extends IAppsyncFunction> pipelineConfig,
MappingTemplate requestMappingTemplate,
MappingTemplate responseMappingTemplate)
Constructor that initializes the object based on literal property values passed by the
ResolverProps.Builder. |
Jsii$Proxy(IGraphqlApi api,
BaseDataSource dataSource,
String name,
String description,
MappingTemplate requestMappingTemplate,
MappingTemplate responseMappingTemplate)
Constructor that initializes the object based on literal property values passed by the
AppsyncFunctionProps.Builder. |
Copyright © 2021. All rights reserved.