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

CreateExperimentTemplateStopConditionInput

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

Specifies a stop condition for an experiment template.

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

§Properties

§
source: string
[src]

The source for the stop condition. Specify aws:cloudwatch:alarm if the stop condition is defined by a CloudWatch alarm. Specify none if there is no stop condition.

§
value?: string | null
[src]

The Amazon Resource Name (ARN) of the CloudWatch alarm. This is required if the source is a CloudWatch alarm.