Uses of Interface
software.amazon.awscdk.services.appsync.DataSourceOptions
Packages that use DataSourceOptions
-
Uses of DataSourceOptions in software.amazon.awscdk.services.appsync
Subinterfaces of DataSourceOptions in software.amazon.awscdk.services.appsyncModifier and TypeInterfaceDescriptioninterface(experimental) Optional configuration for Http data sources.Classes in software.amazon.awscdk.services.appsync that implement DataSourceOptionsModifier and TypeClassDescriptionstatic final classAn implementation forDataSourceOptionsstatic final classAn implementation forHttpDataSourceOptionsMethods in software.amazon.awscdk.services.appsync that return DataSourceOptionsModifier and TypeMethodDescriptionDataSourceOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.appsync with parameters of type DataSourceOptionsModifier and TypeMethodDescriptionGraphqlApiBase.addDynamoDbDataSource(String id, ITable table, DataSourceOptions options) (experimental) add a new DynamoDB data source to this API.IGraphqlApi.addDynamoDbDataSource(String id, ITable table, DataSourceOptions options) (experimental) add a new DynamoDB data source to this API.default DynamoDbDataSourceIGraphqlApi.Jsii$Default.addDynamoDbDataSource(String id, ITable table, DataSourceOptions options) (experimental) add a new DynamoDB data source to this API.final DynamoDbDataSourceIGraphqlApi.Jsii$Proxy.addDynamoDbDataSource(String id, ITable table, DataSourceOptions options) (experimental) add a new DynamoDB data source to this API.GraphqlApiBase.addElasticsearchDataSource(String id, IDomain domain, DataSourceOptions options) Deprecated.IGraphqlApi.addElasticsearchDataSource(String id, IDomain domain, DataSourceOptions options) Deprecated.useaddOpenSearchDataSourcedefault ElasticsearchDataSourceIGraphqlApi.Jsii$Default.addElasticsearchDataSource(String id, IDomain domain, DataSourceOptions options) Deprecated.useaddOpenSearchDataSourcefinal ElasticsearchDataSourceIGraphqlApi.Jsii$Proxy.addElasticsearchDataSource(String id, IDomain domain, DataSourceOptions options) Deprecated.useaddOpenSearchDataSourceGraphqlApiBase.addLambdaDataSource(String id, IFunction lambdaFunction, DataSourceOptions options) (experimental) add a new Lambda data source to this API.IGraphqlApi.addLambdaDataSource(String id, IFunction lambdaFunction, DataSourceOptions options) (experimental) add a new Lambda data source to this API.default LambdaDataSourceIGraphqlApi.Jsii$Default.addLambdaDataSource(String id, IFunction lambdaFunction, DataSourceOptions options) (experimental) add a new Lambda data source to this API.final LambdaDataSourceIGraphqlApi.Jsii$Proxy.addLambdaDataSource(String id, IFunction lambdaFunction, DataSourceOptions options) (experimental) add a new Lambda data source to this API.GraphqlApiBase.addNoneDataSource(String id, DataSourceOptions options) (experimental) add a new dummy data source to this API.IGraphqlApi.addNoneDataSource(String id, DataSourceOptions options) (experimental) add a new dummy data source to this API.default NoneDataSourceIGraphqlApi.Jsii$Default.addNoneDataSource(String id, DataSourceOptions options) (experimental) add a new dummy data source to this API.final NoneDataSourceIGraphqlApi.Jsii$Proxy.addNoneDataSource(String id, DataSourceOptions options) (experimental) add a new dummy data source to this API.GraphqlApiBase.addOpenSearchDataSource(String id, IDomain domain, DataSourceOptions options) (experimental) add a new OpenSearch data source to this API.IGraphqlApi.addOpenSearchDataSource(String id, IDomain domain, DataSourceOptions options) (experimental) Add a new OpenSearch data source to this API.default OpenSearchDataSourceIGraphqlApi.Jsii$Default.addOpenSearchDataSource(String id, IDomain domain, DataSourceOptions options) (experimental) Add a new OpenSearch data source to this API.final OpenSearchDataSourceIGraphqlApi.Jsii$Proxy.addOpenSearchDataSource(String id, IDomain domain, DataSourceOptions options) (experimental) Add a new OpenSearch data source to this API.GraphqlApiBase.addRdsDataSource(String id, IServerlessCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) (experimental) add a new Rds data source to this API.IGraphqlApi.addRdsDataSource(String id, IServerlessCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) (experimental) add a new Rds data source to this API.default RdsDataSourceIGraphqlApi.Jsii$Default.addRdsDataSource(String id, IServerlessCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) (experimental) add a new Rds data source to this API.final RdsDataSourceIGraphqlApi.Jsii$Proxy.addRdsDataSource(String id, IServerlessCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) (experimental) add a new Rds data source to this API.
addOpenSearchDataSource