lookoutmetrics_update_anomaly_detector: Updates a detector

View source: R/lookoutmetrics_operations.R

lookoutmetrics_update_anomaly_detectorR Documentation

Updates a detector

Description

Updates a detector. After activation, you can only change a detector's ingestion delay and description.

See https://www.paws-r-sdk.com/docs/lookoutmetrics_update_anomaly_detector/ for full documentation.

Usage

lookoutmetrics_update_anomaly_detector(
  AnomalyDetectorArn,
  KmsKeyArn = NULL,
  AnomalyDetectorDescription = NULL,
  AnomalyDetectorConfig = NULL
)

Arguments

AnomalyDetectorArn

[required] The ARN of the detector to update.

KmsKeyArn

The Amazon Resource Name (ARN) of an AWS KMS encryption key.

AnomalyDetectorDescription

The updated detector description.

AnomalyDetectorConfig

Contains information about the configuration to which the detector will be updated.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.