Uses of Class
software.amazon.awscdk.services.appsync.RdsDataSource.Builder
-
Uses of RdsDataSource.Builder in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionRdsDataSource.Builder.api
(IGraphqlApi api) The API to attach this data source to.static RdsDataSource.Builder
RdsDataSource.Builder.databaseName
(String databaseName) The name of the database to use within the cluster.RdsDataSource.Builder.description
(String description) the description of the data source.The name of the data source.RdsDataSource.Builder.secretStore
(ISecret secretStore) The secret containing the credentials for the database.RdsDataSource.Builder.serverlessCluster
(IServerlessCluster serverlessCluster) The serverless cluster to call to interact with this data source.RdsDataSource.Builder.serviceRole
(IRole serviceRole) The IAM service role to be assumed by AppSync to interact with the data source.