directoryservice_list_log_subscriptions: Lists the active log subscriptions for the Amazon Web...

View source: R/directoryservice_operations.R

directoryservice_list_log_subscriptionsR Documentation

Lists the active log subscriptions for the Amazon Web Services account

Description

Lists the active log subscriptions for the Amazon Web Services account.

See https://www.paws-r-sdk.com/docs/directoryservice_list_log_subscriptions/ for full documentation.

Usage

directoryservice_list_log_subscriptions(
  DirectoryId = NULL,
  NextToken = NULL,
  Limit = NULL
)

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 Amazon Web Services account. If there are no log subscriptions for the Amazon Web Services 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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.