Class CfnPlanProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.arcregionswitch.CfnPlanProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPlanProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlanProps
@Stability(Stable)
@Internal
public static final class CfnPlanProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlanProps
An implementation for
CfnPlanProps
-
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.CfnPlanProps
CfnPlanProps.Builder, CfnPlanProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPlanProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPlanProps.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
The associated application health alarms for a plan.final String
The description for a plan.final String
The execution role for a plan.final String
getName()
The name for a plan.final String
The primary Region for a plan.final String
The recovery approach for a Region switch plan, which can be active/active (activeActive) or active/passive (activePassive).final Number
The recovery time objective for a plan.The AWS Regions for a plan.getTags()
final Object
The triggers for a plan.final Object
The workflows for a plan.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 theCfnPlanProps.Builder
.
-
-
Method Details
-
getExecutionRole
Description copied from interface:CfnPlanProps
The execution role for a plan.- Specified by:
getExecutionRole
in interfaceCfnPlanProps
- See Also:
-
getName
Description copied from interface:CfnPlanProps
The name for a plan.- Specified by:
getName
in interfaceCfnPlanProps
- See Also:
-
getRecoveryApproach
Description copied from interface:CfnPlanProps
The recovery approach for a Region switch plan, which can be active/active (activeActive) or active/passive (activePassive).- Specified by:
getRecoveryApproach
in interfaceCfnPlanProps
- See Also:
-
getRegions
Description copied from interface:CfnPlanProps
The AWS Regions for a plan.- Specified by:
getRegions
in interfaceCfnPlanProps
- See Also:
-
getWorkflows
Description copied from interface:CfnPlanProps
The workflows for a plan.- Specified by:
getWorkflows
in interfaceCfnPlanProps
- See Also:
-
getAssociatedAlarms
Description copied from interface:CfnPlanProps
The associated application health alarms for a plan.- Specified by:
getAssociatedAlarms
in interfaceCfnPlanProps
- See Also:
-
getDescription
Description copied from interface:CfnPlanProps
The description for a plan.- Specified by:
getDescription
in interfaceCfnPlanProps
- See Also:
-
getPrimaryRegion
Description copied from interface:CfnPlanProps
The primary Region for a plan.- Specified by:
getPrimaryRegion
in interfaceCfnPlanProps
- See Also:
-
getRecoveryTimeObjectiveMinutes
Description copied from interface:CfnPlanProps
The recovery time objective for a plan.- Specified by:
getRecoveryTimeObjectiveMinutes
in interfaceCfnPlanProps
- See Also:
-
getTags
- Specified by:
getTags
in interfaceCfnPlanProps
- See Also:
-
getTriggers
Description copied from interface:CfnPlanProps
The triggers for a plan.- Specified by:
getTriggers
in interfaceCfnPlanProps
- 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()
-