public static interface CfnFunction.TopicSAMPTProperty
// 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() |
java.lang.String |
getTopicName()
`CfnFunction.TopicSAMPTProperty.TopicName`.
|
java.lang.String getTopicName()
static CfnFunction.TopicSAMPTProperty.Builder builder()