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

Alarms

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

Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see Monitoring with alarms in the IoT SiteWise Application Guide.

interface Alarms {
alarmRoleArn: string;
notificationLambdaArn?: string | null;
}

§Properties

§
alarmRoleArn: string
[src]

The ARN of the IAM role that allows the alarm to perform actions and access Amazon Web Services resources and services, such as IoT Events.

§
notificationLambdaArn?: string | null
[src]

The ARN of the Lambda function that manages alarm notifications. For more information, see Managing alarm notifications in the IoT Events Developer Guide.