Class CfnRecoveryGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53recoveryreadiness.CfnRecoveryGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRecoveryGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRecoveryGroupProps
@Stability(Stable)
@Internal
public static final class CfnRecoveryGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRecoveryGroupProps
An implementation for
CfnRecoveryGroupProps-
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.route53recoveryreadiness.CfnRecoveryGroupProps
CfnRecoveryGroupProps.Builder, CfnRecoveryGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRecoveryGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRecoveryGroupProps.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 booleangetCells()A list of the cell Amazon Resource Names (ARNs) in the recovery group.final StringThe name of the recovery group to create.getTags()A collection of tags associated with a resource.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 theCfnRecoveryGroupProps.Builder.
-
-
Method Details
-
getCells
Description copied from interface:CfnRecoveryGroupPropsA list of the cell Amazon Resource Names (ARNs) in the recovery group.- Specified by:
getCellsin interfaceCfnRecoveryGroupProps
-
getRecoveryGroupName
Description copied from interface:CfnRecoveryGroupPropsThe name of the recovery group to create.- Specified by:
getRecoveryGroupNamein interfaceCfnRecoveryGroupProps
-
getTags
Description copied from interface:CfnRecoveryGroupPropsA collection of tags associated with a resource.- Specified by:
getTagsin interfaceCfnRecoveryGroupProps
-
$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()
-