Interface CcDeadLetterQueueProps

CloudKitect Dead Letter Queue Component properties

interface CcDeadLetterQueueProps {
    ccAlwaysAddDefaultAlarms?: boolean;
    ccDeadLetterMaxReceiveCount?: number;
    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.

ccDeadLetterMaxReceiveCount?: number

Maximum number of messages

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