Interface CfnExperimentPropsMixin.RunningStatusObjectProperty

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

@Stability(Stable) public static interface CfnExperimentPropsMixin.RunningStatusObjectProperty extends software.amazon.jsii.JsiiSerializable
Use this structure to start and stop the experiment.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.evidently.mixins.*;
 RunningStatusObjectProperty runningStatusObjectProperty = RunningStatusObjectProperty.builder()
         .analysisCompleteTime("analysisCompleteTime")
         .desiredState("desiredState")
         .reason("reason")
         .status("status")
         .build();
 

See Also: