Class CfnPlan.WorkflowProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.arcregionswitch.CfnPlan.WorkflowProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlan.WorkflowProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlan.WorkflowProperty
@Stability(Stable)
@Internal
public static final class CfnPlan.WorkflowProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlan.WorkflowProperty
An implementation for
CfnPlan.WorkflowProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.arcregionswitch.CfnPlan.WorkflowProperty
CfnPlan.WorkflowProperty.Builder, CfnPlan.WorkflowProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPlan.WorkflowProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectgetSteps()The steps that make up the workflow.final StringThe description of the workflow.final StringThe action that the workflow performs.final StringThe AWS Region that the workflow targets.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPlan.WorkflowProperty.Builder.
-
-
Method Details
-
getWorkflowTargetAction
Description copied from interface:CfnPlan.WorkflowPropertyThe action that the workflow performs.Valid values include ACTIVATE and DEACTIVATE.
- Specified by:
getWorkflowTargetActionin interfaceCfnPlan.WorkflowProperty- See Also:
-
getSteps
Description copied from interface:CfnPlan.WorkflowPropertyThe steps that make up the workflow.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPlan.StepProperty>- Specified by:
getStepsin interfaceCfnPlan.WorkflowProperty- See Also:
-
getWorkflowDescription
Description copied from interface:CfnPlan.WorkflowPropertyThe description of the workflow.- Specified by:
getWorkflowDescriptionin interfaceCfnPlan.WorkflowProperty- See Also:
-
getWorkflowTargetRegion
Description copied from interface:CfnPlan.WorkflowPropertyThe AWS Region that the workflow targets.- Specified by:
getWorkflowTargetRegionin interfaceCfnPlan.WorkflowProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-