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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.arcregionswitch.CfnPlanProps
CfnPlanProps.Builder, CfnPlanProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPlanProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPlanProps.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 ObjectThe associated application health alarms for a plan.final StringThe description for a plan.final StringThe execution role for a plan.final StringgetName()The name for a plan.final StringThe primary Region for a plan.final StringThe recovery approach for a Region switch plan, which can be active/active (activeActive) or active/passive (activePassive).final NumberThe recovery time objective for a plan.The AWS Regions for a plan.getTags()final ObjectThe triggers for a plan.final ObjectThe workflows for a plan.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 theCfnPlanProps.Builder.
-
-
Method Details
-
getExecutionRole
Description copied from interface:CfnPlanPropsThe execution role for a plan.- Specified by:
getExecutionRolein interfaceCfnPlanProps- See Also:
-
getName
Description copied from interface:CfnPlanPropsThe name for a plan.- Specified by:
getNamein interfaceCfnPlanProps- See Also:
-
getRecoveryApproach
Description copied from interface:CfnPlanPropsThe recovery approach for a Region switch plan, which can be active/active (activeActive) or active/passive (activePassive).- Specified by:
getRecoveryApproachin interfaceCfnPlanProps- See Also:
-
getRegions
Description copied from interface:CfnPlanPropsThe AWS Regions for a plan.- Specified by:
getRegionsin interfaceCfnPlanProps- See Also:
-
getWorkflows
Description copied from interface:CfnPlanPropsThe workflows for a plan.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPlan.WorkflowProperty>- Specified by:
getWorkflowsin interfaceCfnPlanProps- See Also:
-
getAssociatedAlarms
Description copied from interface:CfnPlanPropsThe associated application health alarms for a plan.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnPlan.AssociatedAlarmProperty>- Specified by:
getAssociatedAlarmsin interfaceCfnPlanProps- See Also:
-
getDescription
Description copied from interface:CfnPlanPropsThe description for a plan.- Specified by:
getDescriptionin interfaceCfnPlanProps- See Also:
-
getPrimaryRegion
Description copied from interface:CfnPlanPropsThe primary Region for a plan.- Specified by:
getPrimaryRegionin interfaceCfnPlanProps- See Also:
-
getRecoveryTimeObjectiveMinutes
Description copied from interface:CfnPlanPropsThe recovery time objective for a plan.- Specified by:
getRecoveryTimeObjectiveMinutesin interfaceCfnPlanProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnPlanProps- See Also:
-
getTriggers
Description copied from interface:CfnPlanPropsThe triggers for a plan.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPlan.TriggerProperty>- Specified by:
getTriggersin interfaceCfnPlanProps- 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()
-