Values.EventTopicSourceInformation about Amazon SNS topic and Directory Service directory associations.
type nonrec t = {directoryId : DirectoryId.t option;The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS topic.
*)topicName : TopicName.t option;The name of an Amazon SNS topic the receives status messages from the directory.
*)topicArn : TopicArn.t option;The Amazon SNS topic ARN (Amazon Resource Name).
*)createdDateTime : CreatedDateTime.t option;The date and time of when you associated your directory with the Amazon SNS topic.
*)status : TopicStatus.t option;The topic registration status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DirectoryId.t
| `Timestamp of CreatedDateTime.t ])
list ]