Interface CfnLaunchPropsMixin.ExecutionStatusObjectProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLaunchPropsMixin.ExecutionStatusObjectProperty.Jsii$Proxy
- Enclosing class:
CfnLaunchPropsMixin
@Stability(Stable)
public static interface CfnLaunchPropsMixin.ExecutionStatusObjectProperty
extends software.amazon.jsii.JsiiSerializable
Use this structure to start and stop the launch.
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.evidently.*;
ExecutionStatusObjectProperty executionStatusObjectProperty = ExecutionStatusObjectProperty.builder()
.desiredState("desiredState")
.reason("reason")
.status("status")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLaunchPropsMixin.ExecutionStatusObjectPropertystatic final classAn implementation forCfnLaunchPropsMixin.ExecutionStatusObjectProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringIf you are using CloudFormation to stop this launch, specify eitherCOMPLETEDorCANCELLEDhere to indicate how to classify this experiment.default StringIf you are using CloudFormation to stop this launch, this is an optional field that you can use to record why the launch is being stopped or cancelled.default StringTo start the launch now, specifySTARTfor this parameter.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDesiredState
If you are using CloudFormation to stop this launch, specify eitherCOMPLETEDorCANCELLEDhere to indicate how to classify this experiment.If you omit this parameter, the default of
COMPLETEDis used.- See Also:
-
getReason
If you are using CloudFormation to stop this launch, this is an optional field that you can use to record why the launch is being stopped or cancelled.- See Also:
-
getStatus
To start the launch now, specifySTARTfor this parameter.If this launch is currently running and you want to stop it now, specify
STOP.- See Also:
-
builder
-