@Stability(value=Deprecated) @Deprecated @Internal public static final class PublishToTopicProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PublishToTopicProps
PublishToTopicPropssoftware.amazon.jsii.JsiiObject.InitializationModePublishToTopicProps.Builder, PublishToTopicProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(TaskInput message,
ServiceIntegrationPattern integrationPattern,
Boolean messagePerSubscriptionType,
String subject)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
PublishToTopicProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
ServiceIntegrationPattern |
getIntegrationPattern()
Deprecated.
(deprecated) The service integration pattern indicates different ways to call Publish to SNS.
|
TaskInput |
getMessage()
Deprecated.
(deprecated) The text message to send to the topic.
|
Boolean |
getMessagePerSubscriptionType()
Deprecated.
(deprecated) If true, send a different message to every subscription type.
|
String |
getSubject()
Deprecated.
(deprecated) Used as the "Subject" line when the message is delivered to email endpoints.
|
int |
hashCode()
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(TaskInput message, ServiceIntegrationPattern integrationPattern, Boolean messagePerSubscriptionType, String subject)
PublishToTopicProps.Builder.public final TaskInput getMessage()
PublishToTopicPropsgetMessage in interface PublishToTopicPropspublic final ServiceIntegrationPattern getIntegrationPattern()
PublishToTopicPropsThe valid value is either FIRE_AND_FORGET or WAIT_FOR_TASK_TOKEN.
Default: FIRE_AND_FORGET
getIntegrationPattern in interface PublishToTopicPropspublic final Boolean getMessagePerSubscriptionType()
PublishToTopicPropsIf 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
getMessagePerSubscriptionType in interface PublishToTopicPropshttps://docs.aws.amazon.com/sns/latest/api/API_Publish.html#API_Publish_RequestParameterspublic final String getSubject()
PublishToTopicPropsAlso included, if present, in the standard JSON messages delivered to other endpoints.
Default: - No subject
getSubject in interface PublishToTopicProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.