public static interface CfnExperimentTemplate.ExperimentTemplateStopConditionProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.fis.*; ExperimentTemplateStopConditionProperty experimentTemplateStopConditionProperty = ExperimentTemplateStopConditionProperty.builder() .source("source") // the properties below are optional .value("value") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnExperimentTemplate.ExperimentTemplateStopConditionProperty.Builder
|
static class |
CfnExperimentTemplate.ExperimentTemplateStopConditionProperty.Jsii$Proxy
An implementation for
CfnExperimentTemplate.ExperimentTemplateStopConditionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnExperimentTemplate.ExperimentTemplateStopConditionProperty.Builder |
builder() |
java.lang.String |
getSource()
The source for the stop condition.
|
default java.lang.String |
getValue()
The Amazon Resource Name (ARN) of the CloudWatch alarm.
|
java.lang.String getSource()
Specify aws:cloudwatch:alarm
if the stop condition is defined by a CloudWatch alarm. Specify none
if there is no stop condition.
default java.lang.String getValue()
This is required if the source is a CloudWatch alarm.