paws.security.identity (version 0.1.0)

directoryservice_list_log_subscriptions: Lists the active log subscriptions for the AWS account

Description

Lists the active log subscriptions for the AWS account.

Usage

directoryservice_list_log_subscriptions(DirectoryId, NextToken, Limit)

Arguments

DirectoryId

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.

NextToken

The token for the next set of items to return.

Limit

The maximum number of items returned.

Request syntax

svc$list_log_subscriptions(
  DirectoryId = "string",
  NextToken = "string",
  Limit = 123
)