Interface: ClusterCustomProps
March 19, 2026 ยท View on GitHub
@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / auroraDsql / ClusterCustomProps
Interface: ClusterCustomProps
Properties for creating a Aurora DSQL cluster resource
Properties
kmsKey?
readonlyoptionalkmsKey?:IKey
KMS key to use for the cluster.
Default
- A new KMS key is created.
Required
- No
multiRegionProperties?
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).
Default
- No multi-Region cluster configurations.
Required
- No
removalPolicy?
readonlyoptionalremovalPolicy?:RemovalPolicy
The removal policy for the cluster. Only RemovalPolicy.DESTROY and RemovalPolicy.RETAIN are allowed.
Default
- RemovalPolicy.DESTROY
Required
- No
tags?
readonlyoptionaltags?:Record<string,string>
Tags to apply to the cluster.
Default
- No tags.
Required
- No