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: