@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:27.821Z") @Stability(value=Deprecated) @Deprecated public interface PublishToTopicProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PublishToTopicProps.Builder
Deprecated.
|
static class |
PublishToTopicProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static PublishToTopicProps.Builder |
builder()
Deprecated.
|
default ServiceIntegrationPattern |
getIntegrationPattern()
Deprecated.
|
TaskInput |
getMessage()
Deprecated.
|
default Boolean |
getMessagePerSubscriptionType()
Deprecated.
|
default String |
getSubject()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull TaskInput getMessage()
@Stability(value=Deprecated) @Deprecated @Nullable default ServiceIntegrationPattern getIntegrationPattern()
The valid value is either FIRE_AND_FORGET or WAIT_FOR_TASK_TOKEN.
Default: FIRE_AND_FORGET
@Stability(value=Deprecated) @Deprecated @Nullable default Boolean getMessagePerSubscriptionType()
If this is set to true, message must be a JSON object with a "default" key and a key for every subscription type (such as "sqs", "email", etc.) The values are strings representing the messages being sent to every subscription type.
Default: false
https://docs.aws.amazon.com/sns/latest/api/API_Publish.html#API_Publish_RequestParameters@Stability(value=Deprecated) @Deprecated @Nullable default String getSubject()
Also included, if present, in the standard JSON messages delivered to other endpoints.
Default: - No subject
@Stability(value=Deprecated) @Deprecated static PublishToTopicProps.Builder builder()
PublishToTopicProps.Builder of PublishToTopicPropsCopyright © 2020. All rights reserved.