EventTopic
public struct EventTopic : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time of when you associated your directory with the SNS topic.
Declaration
Swift
public let createdDateTime: TimeStamp? -
The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.
Declaration
Swift
public let directoryId: String? -
The topic registration status.
Declaration
Swift
public let status: TopicStatus? -
The SNS topic ARN (Amazon Resource Name).
Declaration
Swift
public let topicArn: String? -
The name of an AWS SNS topic the receives status messages from the directory.
Declaration
Swift
public let topicName: String? -
Undocumented
Declaration
Swift
public init(createdDateTime: TimeStamp? = nil, directoryId: String? = nil, status: TopicStatus? = nil, topicArn: String? = nil, topicName: String? = nil)
View on GitHub
EventTopic Structure Reference