SNSAction

public struct SNSAction : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

    Declaration

    Swift

    public let encoding: SNSActionEncoding?
  • The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

    Declaration

    Swift

    public let topicArn: String
  • Undocumented

    Declaration

    Swift

    public init(encoding: SNSActionEncoding? = nil, topicArn: String)