@Stability(value=Stable)
public static interface CfnFunction.QueueSAMPTProperty
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.*;
QueueSAMPTProperty queueSAMPTProperty = QueueSAMPTProperty.builder()
.queueName("queueName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.QueueSAMPTProperty.Builder
A builder for
CfnFunction.QueueSAMPTProperty |
static class |
CfnFunction.QueueSAMPTProperty.Jsii$Proxy
An implementation for
CfnFunction.QueueSAMPTProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.QueueSAMPTProperty.Builder |
builder() |
String |
getQueueName()
`CfnFunction.QueueSAMPTProperty.QueueName`.
|
@Stability(value=Stable) @NotNull String getQueueName()
@Stability(value=Stable) static CfnFunction.QueueSAMPTProperty.Builder builder()
Copyright © 2023. All rights reserved.