Interface CcDatabaseInstanceProps

CloudKitect Database Instance component properties.

interface CcDatabaseInstanceProps {
    ccAlwaysAddDefaultAlarms?: boolean;
    ccDoNotAddDefaultAlarms?: boolean;
    ccEnhancedBackup?: boolean;
}

Hierarchy

Properties

ccAlwaysAddDefaultAlarms?: boolean

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

ccDoNotAddDefaultAlarms?: boolean

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

ccEnhancedBackup?: boolean

Enable enhanced backup on this rds instance

Default

Enabled in production environment

Generated using TypeDoc