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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPipe.DeadLetterConfigProperty
static final class
An implementation forCfnPipe.DeadLetterConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The ARN of the Amazon SQS queue specified as the target for the dead-letter queue. -
builder
-