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

UpdateExperimentTemplateStopConditionInput

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

Specifies a stop condition for an experiment. You can define a stop condition as a CloudWatch alarm.

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