@Stability(value=Stable)
public static interface CfnSchedule.DeadLetterConfigProperty
extends software.amazon.jsii.JsiiSerializable
If specified, EventBridge Scheduler delivers failed events that could not be successfully delivered to a target to the queue.
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.scheduler.*;
DeadLetterConfigProperty deadLetterConfigProperty = DeadLetterConfigProperty.builder()
.arn("arn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSchedule.DeadLetterConfigProperty.Builder
A builder for
CfnSchedule.DeadLetterConfigProperty |
static class |
CfnSchedule.DeadLetterConfigProperty.Jsii$Proxy
An implementation for
CfnSchedule.DeadLetterConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSchedule.DeadLetterConfigProperty.Builder |
builder() |
default String |
getArn()
The Amazon Resource Name (ARN) of the SQS queue specified as the destination for the dead-letter queue.
|
@Stability(value=Stable) @Nullable default String getArn()
@Stability(value=Stable) static CfnSchedule.DeadLetterConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.