RegisterEventTopicRequest
public struct RegisterEventTopicRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Directory ID that will publish status messages to the SNS topic.
Declaration
Swift
public let directoryId: String
-
The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.
Declaration
Swift
public let topicName: String
-
Undocumented
Declaration
Swift
public init(directoryId: String, topicName: String)
-
Declaration
Swift
public func validate(name: String) throws