@Stability(value=Stable)
public static interface CfnFunction.DeadLetterQueueProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
DeadLetterQueueProperty deadLetterQueueProperty = DeadLetterQueueProperty.builder()
.targetArn("targetArn")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.DeadLetterQueueProperty.Builder
A builder for
CfnFunction.DeadLetterQueueProperty |
static class |
CfnFunction.DeadLetterQueueProperty.Jsii$Proxy
An implementation for
CfnFunction.DeadLetterQueueProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.DeadLetterQueueProperty.Builder |
builder() |
String |
getTargetArn()
`CfnFunction.DeadLetterQueueProperty.TargetArn`.
|
String |
getType()
`CfnFunction.DeadLetterQueueProperty.Type`.
|
@Stability(value=Stable) @NotNull String getTargetArn()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnFunction.DeadLetterQueueProperty.Builder builder()
Copyright © 2023. All rights reserved.