@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / auroraDsql / ClusterCustomProps
Properties for creating a Aurora DSQL cluster resource
readonlyoptionalkmsKey:IKey
KMS key to use for the cluster.
- A new KMS key is created.
readonlyoptionalmultiRegionProperties:MultiRegionProperties
Defines the structure for multi-Region cluster configurations, containing the witness Region and peered cluster settings. If not provided, the cluster will be created in the same region as the stack (single region cluster).
- No multi-Region cluster configurations.
readonlyoptionalremovalPolicy:RemovalPolicy
The removal policy for the cluster. Only RemovalPolicy.DESTROY and RemovalPolicy.RETAIN are allowed.
- RemovalPolicy.DESTROY
readonlyoptionaltags:Record<string,string>
Tags to apply to the cluster.
- No tags.