Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateAlertRequest

import type { UpdateAlertRequest } from "https://aws-api.deno.dev/v0.4/services/lookoutmetrics.ts?docs=full";
interface UpdateAlertRequest {
Action?: Action | null;
AlertArn: string;
AlertDescription?: string | null;
AlertFilters?: AlertFilters | null;
AlertSensitivityThreshold?: number | null;
}

§Properties

§
Action?: Action | null
[src]

Action that will be triggered when there is an alert.

§
AlertArn: string
[src]

The ARN of the alert to update.

§
AlertDescription?: string | null
[src]

A description of the alert.

§
AlertFilters?: AlertFilters | null
[src]

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

§
AlertSensitivityThreshold?: number | null
[src]

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