cloudwatchlogs_list_log_anomaly_detectors {paws.management} | R Documentation |
Retrieves a list of the log anomaly detectors in the account
Description
Retrieves 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 |
[Package paws.management version 0.9.0 Index]