Learn R Programming

paws.machine.learning (version 0.9.0)

lookoutmetrics_update_alert: 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.