Uses of Class
software.amazon.awscdk.services.appsync.BaseDataSource
Packages that use BaseDataSource
-
Uses of BaseDataSource in software.amazon.awscdk.services.appsync
Subclasses of BaseDataSource in software.amazon.awscdk.services.appsyncModifier and TypeClassDescriptionclassAbstract AppSync datasource implementation.classAn AppSync datasource backed by a DynamoDB table.classDeprecated.classAn AppSync datasource backed by EventBridge.classAn AppSync datasource backed by a http endpoint.classAn AppSync datasource backed by a Lambda function.classAn AppSync dummy datasource.classAn Appsync datasource backed by OpenSearch.classAn AppSync datasource backed by RDS.Methods in software.amazon.awscdk.services.appsync that return BaseDataSourceModifier and TypeMethodDescriptionAppsyncFunction.getDataSource()the data source of this AppSync Function.AppsyncFunctionProps.getDataSource()the data source linked to this AppSync Function.final BaseDataSourceAppsyncFunctionProps.Jsii$Proxy.getDataSource()default BaseDataSourceExtendedResolverProps.getDataSource()The data source this resolver is using.final BaseDataSourceExtendedResolverProps.Jsii$Proxy.getDataSource()final BaseDataSourceResolverProps.Jsii$Proxy.getDataSource()Methods in software.amazon.awscdk.services.appsync with parameters of type BaseDataSourceModifier 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