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
A DeadLetterConfig object that contains information about a dead-letter queue configuration.

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();