Interface CcFunctionProps

CloudKitect Function component properties

interface CcFunctionProps {
    ccAlwaysAddDefaultAlarms?: boolean;
    ccDlqMaxReceiveCount?: number;
    ccDlqRetentionPeriod?: Duration;
    ccDoNotAddDefaultAlarms?: boolean;
}

Hierarchy

Properties

ccAlwaysAddDefaultAlarms?: boolean

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

ccDlqMaxReceiveCount?: number

Max receive count for dead letter queue

ccDlqRetentionPeriod?: Duration

Dead letter queue retention period

ccDoNotAddDefaultAlarms?: boolean

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

Generated using TypeDoc