Interface CfnRule.DeadLetterConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRule.DeadLetterConfigProperty.Jsii$Proxy
- Enclosing class:
CfnRule
@Stability(Stable)
public static interface CfnRule.DeadLetterConfigProperty
extends software.amazon.jsii.JsiiSerializable
Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).
For more information, see Using dead-letter queues to process undelivered events in the EventBridge User Guide .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.events.*; DeadLetterConfigProperty deadLetterConfigProperty = DeadLetterConfigProperty.builder() .arn("arn") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRule.DeadLetterConfigProperty
static final class
An implementation forCfnRule.DeadLetterConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The ARN of the SQS queue specified as the target for the dead-letter queue.- See Also:
-
builder
-