Class SnsPublishProps.Jsii$Proxy
- All Implemented Interfaces:
SnsPublishProps,TaskStateBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SnsPublishProps
SnsPublishProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.SnsPublishProps
SnsPublishProps.Builder, SnsPublishProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SnsPublishProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSnsPublishProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal Stringfinal software.amazon.awscdk.core.Durationfinal Stringfinal IntegrationPatternfinal TaskInputThe message you want to send.final Map<String,MessageAttribute> Add message attributes when publishing.final BooleanSend different messages for each transport protocol.final Stringfinal Stringfinal StringUsed as the "Subject" line when the message is delivered to email endpoints.final software.amazon.awscdk.core.Durationfinal ITopicgetTopic()The SNS topic that the task will publish to.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theSnsPublishProps.Builder.
-
-
Method Details
-
getMessage
Description copied from interface:SnsPublishPropsThe message you want to send.With the exception of SMS, messages must be UTF-8 encoded strings and at most 256 KB in size. For SMS, each message can contain up to 140 characters.
- Specified by:
getMessagein interfaceSnsPublishProps
-
getTopic
Description copied from interface:SnsPublishPropsThe SNS topic that the task will publish to.- Specified by:
getTopicin interfaceSnsPublishProps
-
getMessageAttributes
Description copied from interface:SnsPublishPropsAdd message attributes when publishing.These attributes carry additional metadata about the message and may be used for subscription filters.
Default: {}
- Specified by:
getMessageAttributesin interfaceSnsPublishProps- See Also:
-
getMessagePerSubscriptionType
Description copied from interface:SnsPublishPropsSend different messages for each transport protocol.For example, you might want to send a shorter message to SMS subscribers and a more verbose message to email and SQS subscribers.
Your message must be a JSON object with a top-level JSON key of "default" with a value that is a string You can define other top-level keys that define the message you want to send to a specific transport protocol (i.e. "sqs", "email", "http", etc)
Default: false
- Specified by:
getMessagePerSubscriptionTypein interfaceSnsPublishProps- See Also:
-
getSubject
Description copied from interface:SnsPublishPropsUsed as the "Subject" line when the message is delivered to email endpoints.This field will also be included, if present, in the standard JSON messages delivered to other endpoints.
Default: - No subject
- Specified by:
getSubjectin interfaceSnsPublishProps
-
getComment
- Specified by:
getCommentin interfaceTaskStateBaseProps
-
getHeartbeat
public final software.amazon.awscdk.core.Duration getHeartbeat()- Specified by:
getHeartbeatin interfaceTaskStateBaseProps
-
getInputPath
- Specified by:
getInputPathin interfaceTaskStateBaseProps
-
getIntegrationPattern
- Specified by:
getIntegrationPatternin interfaceTaskStateBaseProps
-
getOutputPath
- Specified by:
getOutputPathin interfaceTaskStateBaseProps
-
getResultPath
- Specified by:
getResultPathin interfaceTaskStateBaseProps
-
getResultSelector
- Specified by:
getResultSelectorin interfaceTaskStateBaseProps
-
getTimeout
public final software.amazon.awscdk.core.Duration getTimeout()- Specified by:
getTimeoutin interfaceTaskStateBaseProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-