@Stability(value=Stable)
public static interface CfnRule.DeadLetterConfigProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRule.DeadLetterConfigProperty.Builder
A builder for
CfnRule.DeadLetterConfigProperty |
static class |
CfnRule.DeadLetterConfigProperty.Jsii$Proxy
An implementation for
CfnRule.DeadLetterConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRule.DeadLetterConfigProperty.Builder |
builder() |
default String |
getArn()
The ARN of the SQS queue specified as the target for the dead-letter queue.
|
@Stability(value=Stable) @Nullable default String getArn()
@Stability(value=Stable) static CfnRule.DeadLetterConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.