AwsSnsTopicDetails

public struct AwsSnsTopicDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of an AWS managed customer master key (CMK) for Amazon SNS or a custom CMK.

    Declaration

    Swift

    public let kmsMasterKeyId: String?
  • The subscription’s owner.

    Declaration

    Swift

    public let owner: String?
  • Subscription is an embedded property that describes the subscription endpoints of an Amazon SNS topic.

    Declaration

    Swift

    public let subscription: [AwsSnsTopicSubscription]?
  • The name of the topic.

    Declaration

    Swift

    public let topicName: String?
  • Undocumented

    Declaration

    Swift

    public init(kmsMasterKeyId: String? = nil, owner: String? = nil, subscription: [AwsSnsTopicSubscription]? = nil, topicName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws