NotificationConfiguration
public struct NotificationConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) that identifies the topic.
Declaration
Swift
public let topicArn: String?
-
The current state of the topic.
Declaration
Swift
public let topicStatus: String?
-
Undocumented
Declaration
Swift
public init(topicArn: String? = nil, topicStatus: String? = nil)