cloudwatchlogs_list_anomalies {paws.management} | R Documentation |
Returns a list of anomalies that log anomaly detectors have found
Description
Returns a list of anomalies that log anomaly detectors have found. For details about the structure format of each anomaly object that is returned, see the example in this section.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_list_anomalies/ for full documentation.
Usage
cloudwatchlogs_list_anomalies(
anomalyDetectorArn = NULL,
suppressionState = NULL,
limit = NULL,
nextToken = NULL
)
Arguments
anomalyDetectorArn |
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector. |
suppressionState |
You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed. |
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.7.0 Index]