| 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 |
ElasticsearchDataSource
Deprecated.
- use `OpenSearchDataSource`
|
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 |
OpenSearchDataSource
(experimental) An Appsync datasource backed by OpenSearch.
|
class |
RdsDataSource
(experimental) An AppSync datasource backed by RDS.
|
| Modifier and Type | Method and Description |
|---|---|
BaseDataSource |
AppsyncFunctionProps.getDataSource()
(experimental) the data source linked to this AppSync Function.
|
BaseDataSource |
AppsyncFunctionProps.Jsii$Proxy.getDataSource() |
default BaseDataSource |
ExtendedResolverProps.getDataSource()
(experimental) The data source this resolver is using.
|
BaseDataSource |
ExtendedResolverProps.Jsii$Proxy.getDataSource() |
default BaseDataSource |
ResolvableFieldOptions.getDataSource()
(experimental) The data source creating linked to this resolvable field.
|
BaseDataSource |
ResolvableFieldOptions.Jsii$Proxy.getDataSource() |
BaseDataSource |
AppsyncFunction.getDataSource()
(experimental) the data source of this AppSync Function.
|
BaseDataSource |
ResolverProps.Jsii$Proxy.getDataSource() |
| Modifier and Type | Method and Description |
|---|---|
ResolvableField.Builder |
ResolvableField.Builder.dataSource(BaseDataSource dataSource)
(experimental) The data source creating linked to this resolvable field.
|
AppsyncFunctionProps.Builder |
AppsyncFunctionProps.Builder.dataSource(BaseDataSource dataSource)
Sets the value of
AppsyncFunctionProps.getDataSource() |
ExtendedResolverProps.Builder |
ExtendedResolverProps.Builder.dataSource(BaseDataSource dataSource)
Sets the value of
ExtendedResolverProps.getDataSource() |
ResolvableFieldOptions.Builder |
ResolvableFieldOptions.Builder.dataSource(BaseDataSource dataSource)
Sets the value of
ResolvableFieldOptions.getDataSource() |
Resolver.Builder |
Resolver.Builder.dataSource(BaseDataSource dataSource)
(experimental) The data source this resolver is using.
|
AppsyncFunction.Builder |
AppsyncFunction.Builder.dataSource(BaseDataSource dataSource)
(experimental) the data source linked to this AppSync Function.
|
ResolverProps.Builder |
ResolverProps.Builder.dataSource(BaseDataSource dataSource)
Sets the value of
ExtendedResolverProps.getDataSource() |
Copyright © 2022. All rights reserved.