public static final class PublishToTopicProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PublishToTopicProps
software.amazon.jsii.JsiiObject.InitializationModePublishToTopicProps.Builder, PublishToTopicProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.stepfunctions.TaskInput |
getMessage()
The text message to send to the topic.
|
Boolean |
getMessagePerSubscriptionType()
If true, send a different message to every subscription type.
|
String |
getSubject()
Message subject.
|
Boolean |
getWaitForTaskToken()
Whether to pause the workflow until a task token is returned.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public software.amazon.awscdk.services.stepfunctions.TaskInput getMessage()
getMessage in interface PublishToTopicProps@Stability(value=Experimental) @Nullable public Boolean getMessagePerSubscriptionType()
getMessagePerSubscriptionType in interface PublishToTopicPropshttps://docs.aws.amazon.com/sns/latest/api/API_Publish.html#API_Publish_RequestParameters@Stability(value=Experimental) @Nullable public String getSubject()
getSubject in interface PublishToTopicProps@Stability(value=Experimental) @Nullable public Boolean getWaitForTaskToken()
getWaitForTaskToken in interface PublishToTopicPropsCopyright © 2019. All rights reserved.