@Stability(value=Stable)
public static interface CfnExperimentTemplate.ExperimentTemplateStopConditionProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getSource()
The source for the stop condition.
|
default String |
getValue()
The Amazon Resource Name (ARN) of the CloudWatch alarm.
|
@Stability(value=Stable) @NotNull String getSource()
Specify aws:cloudwatch:alarm if the stop condition is defined by a CloudWatch alarm. Specify none if there is no stop condition.
@Stability(value=Stable) @Nullable default String getValue()
This is required if the source is a CloudWatch alarm.
@Stability(value=Stable) static CfnExperimentTemplate.ExperimentTemplateStopConditionProperty.Builder builder()
Copyright © 2022. All rights reserved.