Interface CfnExperimentTemplatePropsMixin.ExperimentTemplateExperimentOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnExperimentTemplatePropsMixin.ExperimentTemplateExperimentOptionsProperty.Jsii$Proxy
Enclosing class:
CfnExperimentTemplatePropsMixin

@Stability(Stable) public static interface CfnExperimentTemplatePropsMixin.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.cfnpropertymixins.services.fis.*;
 ExperimentTemplateExperimentOptionsProperty experimentTemplateExperimentOptionsProperty = ExperimentTemplateExperimentOptionsProperty.builder()
         .accountTargeting("accountTargeting")
         .emptyTargetResolutionMode("emptyTargetResolutionMode")
         .build();
 

See Also: