Uses of Interface
software.amazon.awscdk.services.appsync.DataSourceOptions
-
Uses of DataSourceOptions in software.amazon.awscdk.services.appsync
Modifier and TypeInterfaceDescriptioninterface
Optional configuration for Http data sources.Modifier and TypeClassDescriptionstatic final class
An implementation forDataSourceOptions
static final class
An implementation forHttpDataSourceOptions
Modifier and TypeMethodDescriptionDataSourceOptions.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionGraphqlApiBase.addDynamoDbDataSource
(String id, ITable table, DataSourceOptions options) add a new DynamoDB data source to this API.IGraphqlApi.addDynamoDbDataSource
(String id, ITable table, DataSourceOptions options) add a new DynamoDB data source to this API.default DynamoDbDataSource
IGraphqlApi.Jsii$Default.addDynamoDbDataSource
(String id, ITable table, DataSourceOptions options) add a new DynamoDB data source to this API.final DynamoDbDataSource
IGraphqlApi.Jsii$Proxy.addDynamoDbDataSource
(String id, ITable table, DataSourceOptions options) 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.useaddOpenSearchDataSource
default ElasticsearchDataSource
IGraphqlApi.Jsii$Default.addElasticsearchDataSource
(String id, IDomain domain, DataSourceOptions options) Deprecated.useaddOpenSearchDataSource
final ElasticsearchDataSource
IGraphqlApi.Jsii$Proxy.addElasticsearchDataSource
(String id, IDomain domain, DataSourceOptions options) Deprecated.useaddOpenSearchDataSource
GraphqlApiBase.addEventBridgeDataSource
(String id, IEventBus eventBus, DataSourceOptions options) Add an EventBridge data source to this api.IGraphqlApi.addEventBridgeDataSource
(String id, IEventBus eventBus, DataSourceOptions options) Add an EventBridge data source to this api.default EventBridgeDataSource
IGraphqlApi.Jsii$Default.addEventBridgeDataSource
(String id, IEventBus eventBus, DataSourceOptions options) Add an EventBridge data source to this api.final EventBridgeDataSource
IGraphqlApi.Jsii$Proxy.addEventBridgeDataSource
(String id, IEventBus eventBus, DataSourceOptions options) Add an EventBridge data source to this api.GraphqlApiBase.addLambdaDataSource
(String id, IFunction lambdaFunction, DataSourceOptions options) add a new Lambda data source to this API.IGraphqlApi.addLambdaDataSource
(String id, IFunction lambdaFunction, DataSourceOptions options) add a new Lambda data source to this API.default LambdaDataSource
IGraphqlApi.Jsii$Default.addLambdaDataSource
(String id, IFunction lambdaFunction, DataSourceOptions options) add a new Lambda data source to this API.final LambdaDataSource
IGraphqlApi.Jsii$Proxy.addLambdaDataSource
(String id, IFunction lambdaFunction, DataSourceOptions options) add a new Lambda data source to this API.GraphqlApiBase.addNoneDataSource
(String id, DataSourceOptions options) add a new dummy data source to this API.IGraphqlApi.addNoneDataSource
(String id, DataSourceOptions options) add a new dummy data source to this API.default NoneDataSource
IGraphqlApi.Jsii$Default.addNoneDataSource
(String id, DataSourceOptions options) add a new dummy data source to this API.final NoneDataSource
IGraphqlApi.Jsii$Proxy.addNoneDataSource
(String id, DataSourceOptions options) add a new dummy data source to this API.GraphqlApiBase.addOpenSearchDataSource
(String id, IDomain domain, DataSourceOptions options) add a new OpenSearch data source to this API.IGraphqlApi.addOpenSearchDataSource
(String id, IDomain domain, DataSourceOptions options) Add a new OpenSearch data source to this API.default OpenSearchDataSource
IGraphqlApi.Jsii$Default.addOpenSearchDataSource
(String id, IDomain domain, DataSourceOptions options) Add a new OpenSearch data source to this API.final OpenSearchDataSource
IGraphqlApi.Jsii$Proxy.addOpenSearchDataSource
(String id, IDomain domain, DataSourceOptions options) Add a new OpenSearch data source to this API.GraphqlApiBase.addRdsDataSource
(String id, IServerlessCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) add a new Rds data source to this API.IGraphqlApi.addRdsDataSource
(String id, IServerlessCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) add a new Rds data source to this API.default RdsDataSource
IGraphqlApi.Jsii$Default.addRdsDataSource
(String id, IServerlessCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) add a new Rds data source to this API.final RdsDataSource
IGraphqlApi.Jsii$Proxy.addRdsDataSource
(String id, IServerlessCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) add a new Rds data source to this API.GraphqlApiBase.addRdsDataSourceV2
(String id, IDatabaseCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) add a new Rds data source to this API.IGraphqlApi.addRdsDataSourceV2
(String id, IDatabaseCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) add a new Rds Serverless V2 data source to this API.default RdsDataSource
IGraphqlApi.Jsii$Default.addRdsDataSourceV2
(String id, IDatabaseCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) add a new Rds Serverless V2 data source to this API.final RdsDataSource
IGraphqlApi.Jsii$Proxy.addRdsDataSourceV2
(String id, IDatabaseCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) add a new Rds Serverless V2 data source to this API.
addOpenSearchDataSource