NotificationConfiguration
public struct NotificationConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN for the SNS topic to which notifications should be published.
Declaration
Swift
public let notificationTopicArn: String?
-
Undocumented
Declaration
Swift
public init(notificationTopicArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws