@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / amazonaurora / DatabaseClusterResources
Interface representing the resources required for a database cluster.
readonlyoptionalauroraCluster:DatabaseCluster
The Amazon Aurora RDS cluster.
readonlyauroraSecurityGroup:ISecurityGroup
The security group associated with the Aurora cluster.
readonlyclusterIdentifier:string
The unique cluster identifier of the Aurora RDS cluster.
readonlyresourceArn:string
The ARN of your existing Amazon Aurora DB cluster.
readonlysecret:ISecret
The secret containing the database credentials.
The secret must contain username and password values.
readonlyvpc:IVpc
The VPC in which the database cluster is located.