BulkEmailDestination

public struct BulkEmailDestination : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let destination: Destination
  • A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

    Declaration

    Swift

    public let replacementTags: [MessageTag]?
  • A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

    Declaration

    Swift

    public let replacementTemplateData: String?
  • Undocumented

    Declaration

    Swift

    public init(destination: Destination, replacementTags: [MessageTag]? = nil, replacementTemplateData: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws