Uses of Interface
software.amazon.awscdk.services.appsync.AppSyncDataSourceOptions
Packages that use AppSyncDataSourceOptions
-
Uses of AppSyncDataSourceOptions in software.amazon.awscdk.services.appsync
Subinterfaces of AppSyncDataSourceOptions in software.amazon.awscdk.services.appsyncModifier and TypeInterfaceDescriptioninterfaceOptional configuration for Http data sources.Classes in software.amazon.awscdk.services.appsync that implement AppSyncDataSourceOptionsModifier and TypeClassDescriptionstatic final classAn implementation forAppSyncDataSourceOptionsstatic final classAn implementation forAppSyncHttpDataSourceOptionsMethods in software.amazon.awscdk.services.appsync that return AppSyncDataSourceOptionsModifier and TypeMethodDescriptionAppSyncDataSourceOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.appsync with parameters of type AppSyncDataSourceOptionsModifier and TypeMethodDescriptionEventApiBase.addDynamoDbDataSource(String id, ITable table, AppSyncDataSourceOptions options) add a new DynamoDB data source to this API.IEventApi.addDynamoDbDataSource(String id, ITable table, AppSyncDataSourceOptions options) Add a new DynamoDB data source to this API.default AppSyncDynamoDbDataSourceIEventApi.Jsii$Default.addDynamoDbDataSource(String id, ITable table, AppSyncDataSourceOptions options) Add a new DynamoDB data source to this API.IEventApi.Jsii$Proxy.addDynamoDbDataSource(String id, ITable table, AppSyncDataSourceOptions options) Add a new DynamoDB data source to this API.EventApiBase.addEventBridgeDataSource(String id, IEventBus eventBus, AppSyncDataSourceOptions options) Add an EventBridge data source to this api.IEventApi.addEventBridgeDataSource(String id, IEventBus eventBus, AppSyncDataSourceOptions options) Add an EventBridge data source to this api.default AppSyncEventBridgeDataSourceIEventApi.Jsii$Default.addEventBridgeDataSource(String id, IEventBus eventBus, AppSyncDataSourceOptions options) Add an EventBridge data source to this api.IEventApi.Jsii$Proxy.addEventBridgeDataSource(String id, IEventBus eventBus, AppSyncDataSourceOptions options) Add an EventBridge data source to this api.EventApiBase.addLambdaDataSource(String id, IFunction lambdaFunction, AppSyncDataSourceOptions options) add a new Lambda data source to this API.IEventApi.addLambdaDataSource(String id, IFunction lambdaFunction, AppSyncDataSourceOptions options) add a new Lambda data source to this API.default AppSyncLambdaDataSourceIEventApi.Jsii$Default.addLambdaDataSource(String id, IFunction lambdaFunction, AppSyncDataSourceOptions options) add a new Lambda data source to this API.final AppSyncLambdaDataSourceIEventApi.Jsii$Proxy.addLambdaDataSource(String id, IFunction lambdaFunction, AppSyncDataSourceOptions options) add a new Lambda data source to this API.EventApiBase.addOpenSearchDataSource(String id, IDomain domain, AppSyncDataSourceOptions options) add a new OpenSearch data source to this API.IEventApi.addOpenSearchDataSource(String id, IDomain domain, AppSyncDataSourceOptions options) Add a new OpenSearch data source to this API.default AppSyncOpenSearchDataSourceIEventApi.Jsii$Default.addOpenSearchDataSource(String id, IDomain domain, AppSyncDataSourceOptions options) Add a new OpenSearch data source to this API.IEventApi.Jsii$Proxy.addOpenSearchDataSource(String id, IDomain domain, AppSyncDataSourceOptions options) Add a new OpenSearch data source to this API.EventApiBase.addRdsDataSource(String id, Object serverlessCluster, ISecret secretStore, String databaseName, AppSyncDataSourceOptions options) add a new Rds data source to this API.IEventApi.addRdsDataSource(String id, Object serverlessCluster, ISecret secretStore, String databaseName, AppSyncDataSourceOptions options) add a new Rds data source to this API.default AppSyncRdsDataSourceIEventApi.Jsii$Default.addRdsDataSource(String id, Object serverlessCluster, ISecret secretStore, String databaseName, AppSyncDataSourceOptions options) add a new Rds data source to this API.final AppSyncRdsDataSourceIEventApi.Jsii$Proxy.addRdsDataSource(String id, Object serverlessCluster, ISecret secretStore, String databaseName, AppSyncDataSourceOptions options) add a new Rds data source to this API.