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

ExperimentStopCondition

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

Describes the stop condition for an experiment.

interface ExperimentStopCondition {
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.