lookoutmetrics_update_alert: Make changes to an existing alert

View source: R/lookoutmetrics_operations.R

lookoutmetrics_update_alertR Documentation

Make changes to an existing alert

Description

Make changes to an existing alert.

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

Usage

lookoutmetrics_update_alert(
  AlertArn,
  AlertDescription = NULL,
  AlertSensitivityThreshold = NULL,
  Action = NULL,
  AlertFilters = NULL
)

Arguments

AlertArn

[required] The ARN of the alert to update.

AlertDescription

A description of the alert.

AlertSensitivityThreshold

An integer from 0 to 100 specifying the alert sensitivity threshold.

Action

Action that will be triggered when there is an alert.

AlertFilters

The configuration of the alert filters, containing MetricList and DimensionFilterList.


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