AWS::FIS::ExperimentTemplate ExperimentTemplateStopCondition
Specifies a stop condition for an experiment template.
For more information, see Stop conditions in the Amazon Fault Injection Simulator User Guide.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
Source-
The source for the stop condition. Specify
aws:cloudwatch:alarmif the stop condition is defined by a CloudWatch alarm. Specifynoneif there is no stop condition.Required: Yes
Type: String
Maximum:
64Pattern:
[\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:
20Maximum:
2048Pattern:
[\s\S]+Update requires: No interruption