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

ExperimentTemplateStopCondition

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

Describes a stop condition for an experiment template.

interface ExperimentTemplateStopCondition {
source?: string | null;
value?: string | null;
}

§Properties

§
source?: string | null
[src]

The source for the stop condition.

§
value?: string | null
[src]

The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.