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

Action

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

A configuration that specifies the action to perform when anomalies are detected.

interface Action {
LambdaConfiguration?: LambdaConfiguration | null;
SNSConfiguration?: SNSConfiguration | null;
}

§Properties

§
LambdaConfiguration?: LambdaConfiguration | null
[src]

A configuration for an AWS Lambda channel.

§
SNSConfiguration?: SNSConfiguration | null
[src]

A configuration for an Amazon SNS channel.