Builder
Properties
The ARN of the anomaly detector that this operation is to act on.
If you are suppressing or unsuppressing an anomaly, specify its unique ID here. You can find anomaly IDs by using the ListAnomalies operation.
Set this to true
to prevent CloudWatch Logs from displaying this behavior as an anomaly in the future. The behavior is then treated as baseline behavior. However, if similar but more severe occurrences of this behavior occur in the future, those will still be reported as anomalies.
If you are suppressing or unsuppressing an pattern, specify its unique ID here. You can find pattern IDs by using the ListAnomalies operation.
If you are temporarily suppressing an anomaly or pattern, use this structure to specify how long the suppression is to last.
Use this to specify whether the suppression to be temporary or infinite. If you specify LIMITED
, you must also specify a suppressionPeriod
. If you specify INFINITE
, any value for suppressionPeriod
is ignored.
Functions
construct an aws.sdk.kotlin.services.cloudwatchlogs.model.SuppressionPeriod inside the given block