@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-04T19:44:32.564Z") @Stability(value=Experimental) public interface PublishToTopicProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PublishToTopicProps.Builder
A builder for
PublishToTopicProps |
static class |
PublishToTopicProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static PublishToTopicProps.Builder |
builder() |
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.
|
@Stability(value=Experimental) software.amazon.awscdk.services.stepfunctions.TaskInput getMessage()
@Stability(value=Experimental) Boolean getMessagePerSubscriptionType()
https://docs.aws.amazon.com/sns/latest/api/API_Publish.html#API_Publish_RequestParameters@Stability(value=Experimental) String getSubject()
@Stability(value=Experimental) Boolean getWaitForTaskToken()
@Stability(value=Experimental) static PublishToTopicProps.Builder builder()
PublishToTopicProps.Builder of PublishToTopicPropsCopyright © 2019. All rights reserved.