AWS::FIS::ExperimentTemplate ExperimentTemplateStopCondition

Specifies a stop condition for an experiment template.

For more information, see Stop conditions in the AWS Fault Injection Simulator User Guide.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Source" : String, "Value" : String }

YAML

Source: String Value: String

Properties

Source

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.

Required: Yes

Type: String

Maximum: 64

Pattern: [\S]+

Update requires: No interruption

Value

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

Required: No

Type: String

Minimum: 20

Maximum: 2048

Pattern: [\s\S]+

Update requires: No interruption