Properties for configuring CloudKitect Alarm component

interface WaAlarmProps {
    ccDoNotAddDefaultAlarmAction?: boolean;
    ccRemovalPolicy?: RemovalPolicy;
}

Hierarchy

  • AlarmProps
    • WaAlarmProps

Properties

ccDoNotAddDefaultAlarmAction?: boolean

CcAlarm automatically creates an alarm action to send alarm events to a known SNS topic named AlarmEventsTopic, which is assumed to pre-exist in the same account / region. Set this flag to true if such a default alarm action is not desired.

Default Value

false
ccRemovalPolicy?: RemovalPolicy

Removal policy for this trail

Default

Destroy for all environments

Generated using TypeDoc