Interface CfnExperimentTemplatePropsMixin.ExperimentTemplateStopConditionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnExperimentTemplatePropsMixin.ExperimentTemplateStopConditionProperty.Jsii$Proxy
- Enclosing class:
CfnExperimentTemplatePropsMixin
@Stability(Stable)
public static interface CfnExperimentTemplatePropsMixin.ExperimentTemplateStopConditionProperty
extends software.amazon.jsii.JsiiSerializable
Specifies a stop condition for an experiment template.
For more information, see Stop conditions in the AWS Fault Injection Service User Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.fis.*;
ExperimentTemplateStopConditionProperty experimentTemplateStopConditionProperty = ExperimentTemplateStopConditionProperty.builder()
.source("source")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnExperimentTemplatePropsMixin.ExperimentTemplateStopConditionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSource
The source for the stop condition.- See Also:
-
getValue
The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.Returns union: either
StringorICompositeAlarmRef- See Also:
-
builder
@Stability(Stable) static CfnExperimentTemplatePropsMixin.ExperimentTemplateStopConditionProperty.Builder builder()
-