Uses of Enum
software.amazon.awscdk.services.iot.actions.alpha.SnsActionMessageFormat
Packages that use SnsActionMessageFormat
-
Uses of SnsActionMessageFormat in software.amazon.awscdk.services.iot.actions.alpha
Methods in software.amazon.awscdk.services.iot.actions.alpha that return SnsActionMessageFormatModifier and TypeMethodDescriptiondefault SnsActionMessageFormat
SnsTopicActionProps.getMessageFormat()
(experimental) The message format of the message to publish.final SnsActionMessageFormat
SnsTopicActionProps.Jsii$Proxy.getMessageFormat()
static SnsActionMessageFormat
Returns the enum constant of this type with the specified name.static SnsActionMessageFormat[]
SnsActionMessageFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.iot.actions.alpha with parameters of type SnsActionMessageFormatModifier and TypeMethodDescriptionSnsTopicAction.Builder.messageFormat
(SnsActionMessageFormat messageFormat) (experimental) The message format of the message to publish.SnsTopicActionProps.Builder.messageFormat
(SnsActionMessageFormat messageFormat) Sets the value ofSnsTopicActionProps.getMessageFormat()