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