UpdateAnomalyRequest
class UpdateAnomalyRequest
Types
Properties
Link copied to clipboard
The ARN of the anomaly detector that this operation is to act on.
Link copied to clipboard
If you are suppressing or unsuppressing an anomaly, specify its unique ID here. You can find anomaly IDs by using the ListAnomalies operation.
Link copied to clipboard
If you are suppressing or unsuppressing an pattern, specify its unique ID here. You can find pattern IDs by using the ListAnomalies operation.
Link copied to clipboard
If you are temporarily suppressing an anomaly or pattern, use this structure to specify how long the suppression is to last.
Link copied to clipboard
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.