SnsDestination

public struct SnsDestination : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.

    Declaration

    Swift

    public let topicArn: String?
  • Undocumented

    Declaration

    Swift

    public init(topicArn: String? = nil)