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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.arcregionswitch.CfnPlan.WorkflowProperty
CfnPlan.WorkflowProperty.Builder, CfnPlan.WorkflowProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPlan.WorkflowProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
getSteps()
The steps that make up the workflow.final String
The description of the workflow.final String
The action that the workflow performs.final String
The AWS Region that the workflow targets.final int
hashCode()
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.WorkflowProperty
The action that the workflow performs.Valid values include ACTIVATE and DEACTIVATE.
- Specified by:
getWorkflowTargetAction
in interfaceCfnPlan.WorkflowProperty
- See Also:
-
getSteps
Description copied from interface:CfnPlan.WorkflowProperty
The steps that make up the workflow.- Specified by:
getSteps
in interfaceCfnPlan.WorkflowProperty
- See Also:
-
getWorkflowDescription
Description copied from interface:CfnPlan.WorkflowProperty
The description of the workflow.- Specified by:
getWorkflowDescription
in interfaceCfnPlan.WorkflowProperty
- See Also:
-
getWorkflowTargetRegion
Description copied from interface:CfnPlan.WorkflowProperty
The AWS Region that the workflow targets.- Specified by:
getWorkflowTargetRegion
in interfaceCfnPlan.WorkflowProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-