Uses of Class
software.amazon.awscdk.services.appsync.BaseDataSource
-
Uses of BaseDataSource in software.amazon.awscdk.services.appsync
Modifier and TypeClassDescriptionclass
Abstract AppSync datasource implementation.class
An AppSync datasource backed by a DynamoDB table.class
Deprecated.class
An AppSync datasource backed by EventBridge.class
An AppSync datasource backed by a http endpoint.class
An AppSync datasource backed by a Lambda function.class
An AppSync dummy datasource.class
An Appsync datasource backed by OpenSearch.class
An AppSync datasource backed by RDS.Modifier and TypeMethodDescriptionAppsyncFunction.getDataSource()
the data source of this AppSync Function.AppsyncFunctionProps.getDataSource()
the data source linked to this AppSync Function.final BaseDataSource
AppsyncFunctionProps.Jsii$Proxy.getDataSource()
default BaseDataSource
ExtendedResolverProps.getDataSource()
The data source this resolver is using.final BaseDataSource
ExtendedResolverProps.Jsii$Proxy.getDataSource()
final BaseDataSource
ResolverProps.Jsii$Proxy.getDataSource()
Modifier and TypeMethodDescriptionAppsyncFunction.Builder.dataSource
(BaseDataSource dataSource) the data source linked to this AppSync Function.AppsyncFunctionProps.Builder.dataSource
(BaseDataSource dataSource) Sets the value ofAppsyncFunctionProps.getDataSource()
ExtendedResolverProps.Builder.dataSource
(BaseDataSource dataSource) Sets the value ofExtendedResolverProps.getDataSource()
Resolver.Builder.dataSource
(BaseDataSource dataSource) The data source this resolver is using.ResolverProps.Builder.dataSource
(BaseDataSource dataSource) Sets the value ofExtendedResolverProps.getDataSource()
OpenSearchDataSource