generative-ai-cdk-constructs

@cdklabs/generative-ai-cdk-constructs


@cdklabs/generative-ai-cdk-constructs / auroraDsql / ClusterCustomProps

Interface: ClusterCustomProps

Properties for creating a Aurora DSQL cluster resource

Properties

kmsKey?

readonly optional kmsKey: IKey

KMS key to use for the cluster.

Default

- A new KMS key is created.

Required


multiRegionProperties?

readonly optional multiRegionProperties: 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


removalPolicy?

readonly optional removalPolicy: RemovalPolicy

The removal policy for the cluster. Only RemovalPolicy.DESTROY and RemovalPolicy.RETAIN are allowed.

Default

- RemovalPolicy.DESTROY

Required


tags?

readonly optional tags: Record<string, string>

Tags to apply to the cluster.

Default

- No tags.

Required