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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.route53recoveryreadiness.CfnRecoveryGroupProps
CfnRecoveryGroupProps.Builder, CfnRecoveryGroupProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnRecoveryGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRecoveryGroupProps.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
getCells()
A list of the cell Amazon Resource Names (ARNs) in the recovery group.final String
The name of the recovery group to create.getTags()
A collection of tags associated with a resource.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 theCfnRecoveryGroupProps.Builder
.
-
-
Method Details
-
getCells
Description copied from interface:CfnRecoveryGroupProps
A list of the cell Amazon Resource Names (ARNs) in the recovery group.- Specified by:
getCells
in interfaceCfnRecoveryGroupProps
-
getRecoveryGroupName
Description copied from interface:CfnRecoveryGroupProps
The name of the recovery group to create.- Specified by:
getRecoveryGroupName
in interfaceCfnRecoveryGroupProps
-
getTags
Description copied from interface:CfnRecoveryGroupProps
A collection of tags associated with a resource.- Specified by:
getTags
in interfaceCfnRecoveryGroupProps
-
$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()
-