Interface CfnExperimentTemplate.ExperimentTemplateExperimentOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnExperimentTemplate.ExperimentTemplateExperimentOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnExperimentTemplate
@Stability(Stable)
public static interface CfnExperimentTemplate.ExperimentTemplateExperimentOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Describes the experiment options for an experiment template.
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.*; ExperimentTemplateExperimentOptionsProperty experimentTemplateExperimentOptionsProperty = ExperimentTemplateExperimentOptionsProperty.builder() .accountTargeting("accountTargeting") .emptyTargetResolutionMode("emptyTargetResolutionMode") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnExperimentTemplate.ExperimentTemplateExperimentOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccountTargeting
The account targeting setting for an experiment template.- See Also:
-
getEmptyTargetResolutionMode
The empty target resolution mode for an experiment template.- See Also:
-
builder
@Stability(Stable) static CfnExperimentTemplate.ExperimentTemplateExperimentOptionsProperty.Builder builder()
-