Interface CcServerlessDBClusterProps

CloudKitect Aurora Serverless Cluster component properties.

interface CcServerlessDBClusterProps {
    ccAlwaysAddDefaultAlarms?: boolean;
    ccDoNotAddDefaultAlarms?: boolean;
    ccVpc: Vpc;
}

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.

ccVpc: Vpc

VPC in which to create the cluster

Generated using TypeDoc