Lists the active log subscriptions for the AWS account.
directoryservice_list_log_subscriptions(DirectoryId, NextToken, Limit)
If a DirectoryID is provided, lists only the log subscription associated with that directory. If no DirectoryId is provided, lists all log subscriptions associated with your AWS account. If there are no log subscriptions for the AWS account or the directory, an empty list will be returned.
The token for the next set of items to return.
The maximum number of items returned.
svc$list_log_subscriptions( DirectoryId = "string", NextToken = "string", Limit = 123 )