| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
RdsDataSource.Builder |
RdsDataSource.Builder.api(IGraphqlApi api)
(experimental) The API to attach this data source to.
|
static RdsDataSource.Builder |
RdsDataSource.Builder.create(software.constructs.Construct scope,
String id) |
RdsDataSource.Builder |
RdsDataSource.Builder.databaseName(String databaseName)
(experimental) The name of the database to use within the cluster.
|
RdsDataSource.Builder |
RdsDataSource.Builder.description(String description)
(experimental) the description of the data source.
|
RdsDataSource.Builder |
RdsDataSource.Builder.name(String name)
(experimental) The name of the data source.
|
RdsDataSource.Builder |
RdsDataSource.Builder.secretStore(ISecret secretStore)
(experimental) The secret containing the credentials for the database.
|
RdsDataSource.Builder |
RdsDataSource.Builder.serverlessCluster(IServerlessCluster serverlessCluster)
(experimental) The serverless cluster to call to interact with this data source.
|
RdsDataSource.Builder |
RdsDataSource.Builder.serviceRole(IRole serviceRole)
(experimental) The IAM service role to be assumed by AppSync to interact with the data source.
|
Copyright © 2021. All rights reserved.