class Aws::FIS::Types::CreateExperimentTemplateStopConditionInput

Specifies a stop condition for an experiment template.

@note When making an API call, you may pass CreateExperimentTemplateStopConditionInput

data as a hash:

    {
      source: "StopConditionSource", # required
      value: "StopConditionValue",
    }

@!attribute [rw] 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.
@return [String]

@!attribute [rw] value

The Amazon Resource Name (ARN) of the CloudWatch alarm. This is
required if the source is a CloudWatch alarm.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/fis-2020-12-01/CreateExperimentTemplateStopConditionInput AWS API Documentation

Constants

SENSITIVE