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:
-
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 specified target for the dead-letter queue.For Amazon Kinesis stream and Amazon DynamoDB stream sources, specify either an Amazon SNS topic or Amazon SQS queue ARN.
- See Also:
-
builder
-