Retrieves a list of the log anomaly detectors in the account
Source:R/cloudwatchlogs_operations.R
cloudwatchlogs_list_log_anomaly_detectors.RdRetrieves a list of the log anomaly detectors in the account.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_list_log_anomaly_detectors/ for full documentation.
Usage
cloudwatchlogs_list_log_anomaly_detectors(
filterLogGroupArn = NULL,
limit = NULL,
nextToken = NULL
)Arguments
- filterLogGroupArn
Use this to optionally filter the results to only include anomaly detectors that are associated with the specified log group.
- limit
The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items is used.
- nextToken
The token for the next set of items to return. The token expires after 24 hours.