@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / amazonaurora / DatabaseClusterResources
Interface representing the resources required for a database cluster.
readonly
optional
auroraCluster:DatabaseCluster
The Amazon Aurora RDS cluster.
readonly
auroraSecurityGroup:SecurityGroup
The security group associated with the Aurora cluster.
readonly
clusterIdentifier:string
The unique cluster identifier of the Aurora RDS cluster.
readonly
resourceArn:string
The ARN of your existing Amazon Aurora DB cluster.
readonly
secret:ISecret
The secret containing the database credentials.
The secret must contain username
and password
values.
readonly
vpc:IVpc
The VPC in which the database cluster is located.