AddressConfiguration
public struct AddressConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The message body to use instead of the default message body. This value overrides the default message body.
Declaration
Swift
public let bodyOverride: String?
-
The channel to use when sending the message.
Declaration
Swift
public let channelType: ChannelType?
-
An object that maps custom attributes to attributes for the address and is attached to the message. Attribute names are case sensitive. For a push notification, this payload is added to the data.pinpoint object. For an email or text message, this payload is added to email/SMS delivery receipt event attributes.
Declaration
Swift
public let context: [String : String]?
-
The raw, JSON-formatted string to use as the payload for the message. If specified, this value overrides all other values for the message.
Declaration
Swift
public let rawContent: String?
-
A map of the message variables to merge with the variables specified by properties of the DefaultMessage object. The variables specified in this map take precedence over all other variables.
Declaration
Swift
public let substitutions: [String : [String]]?
-
The message title to use instead of the default message title. This value overrides the default message title.
Declaration
Swift
public let titleOverride: String?
-
Undocumented
Declaration
Swift
public init(bodyOverride: String? = nil, channelType: ChannelType? = nil, context: [String : String]? = nil, rawContent: String? = nil, substitutions: [String : [String]]? = nil, titleOverride: String? = nil)