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

Alert

import type { Alert } from "https://aws-api.deno.dev/v0.4/services/mediatailor.ts?docs=full";

Alert configuration parameters.

interface Alert {
AlertCode: string;
AlertMessage: string;
LastModifiedTime: Date | number;
RelatedResourceArns: string[];
ResourceArn: string;
}

§Properties

§
AlertCode: string
[src]

The code for the alert. For example, NOT_PROCESSED.

§
AlertMessage: string
[src]

If an alert is generated for a resource, an explanation of the reason for the alert.

§
LastModifiedTime: Date | number
[src]

The timestamp when the alert was last modified.

§
RelatedResourceArns: string[]
[src]

The Amazon Resource Names (ARNs) related to this alert.

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource.