public static interface CfnFunction.DeadLetterQueueProperty
// 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() |
java.lang.String |
getTargetArn()
`CfnFunction.DeadLetterQueueProperty.TargetArn`.
|
java.lang.String |
getType()
`CfnFunction.DeadLetterQueueProperty.Type`.
|
java.lang.String getTargetArn()
java.lang.String getType()
static CfnFunction.DeadLetterQueueProperty.Builder builder()