Interface CfnPipe.DeadLetterConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPipe.DeadLetterConfigProperty.Jsii$Proxy
Enclosing class:
CfnPipe

@Stability(Stable) public static interface CfnPipe.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.pipes.*;
 DeadLetterConfigProperty deadLetterConfigProperty = DeadLetterConfigProperty.builder()
         .arn("arn")
         .build();
 

See Also: