CloudKitect Queue Component Properties

interface CcQueueProps {
    ccAlwaysAddDefaultAlarms?: boolean;
    ccDlqProps?: CcDeadLetterQueueProps;
    ccDoNotAddDefaultAlarms?: boolean;
    ccDoNotCreateDeadLetterQueue?: boolean;
}

Hierarchy

Properties

ccAlwaysAddDefaultAlarms?: boolean

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

Property to configure dead letter queue

ccDoNotAddDefaultAlarms?: boolean

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

ccDoNotCreateDeadLetterQueue?: boolean

Property to control if dead letter queue should be added to this queue or not

Generated using TypeDoc