Values.LogSubscriptionSourceRepresents a log subscription, which tracks real-time data from a chosen log group to a specified destination.
type nonrec t = {directoryId : DirectoryId.t option;Identifier (ID) of the directory that you want to associate with the log subscription.
*)logGroupName : LogGroupName.t option;The name of the log group.
*)subscriptionCreatedDateTime : SubscriptionCreatedDateTime.t option;The date and time that the log subscription was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DirectoryId.t
| `Timestamp of SubscriptionCreatedDateTime.t ])
list ]