Interface CcRedshiftClusterProps

CloudKitect Redshift Cluster component properties.

interface CcRedshiftClusterProps {
    ccAlwaysAddDefaultAlarms?: boolean;
    ccAutomatedSnapshotRetentionPeriod?: number;
    ccDoNotAddDefaultAlarms?: boolean;
}

Hierarchy

Properties

ccAlwaysAddDefaultAlarms?: boolean

This flag is used to always add the default alarms irrespective of the environment the stack is deployed.

ccAutomatedSnapshotRetentionPeriod?: number

The number of days that automated snapshots are retained

Default

15 days for uat and production, 1 for other environments
ccDoNotAddDefaultAlarms?: boolean

This flag is used to skip the default alarms irrespective of the environment the stack is deployed.

Generated using TypeDoc