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

Stage

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

A set amount of time that an escalation plan or engagement plan engages the specified contacts or contact methods.

interface Stage {
DurationInMinutes: number;
Targets: Target[];
}

§Properties

§
DurationInMinutes: number
[src]

The time to wait until beginning the next stage. The duration can only be set to 0 if a target is specified.

§
Targets: Target[]
[src]

The contacts or contact methods that the escalation plan or engagement plan is engaging.