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

CloudwatchAlarmAction

import type { CloudwatchAlarmAction } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";

Describes an action that updates a CloudWatch alarm.

interface CloudwatchAlarmAction {
alarmName: string;
roleArn: string;
stateReason: string;
stateValue: string;
}

§Properties

§
alarmName: string
[src]

The CloudWatch alarm name.

§
roleArn: string
[src]

The IAM role that allows access to the CloudWatch alarm.

§
stateReason: string
[src]

The reason for the alarm change.

§
stateValue: string
[src]

The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.