Class CfnGlobalReplicationGroup.RegionalConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticache.CfnGlobalReplicationGroup.RegionalConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGlobalReplicationGroup.RegionalConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGlobalReplicationGroup.RegionalConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnGlobalReplicationGroup.RegionalConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGlobalReplicationGroup.RegionalConfigurationProperty
An implementation for
CfnGlobalReplicationGroup.RegionalConfigurationProperty
-
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.elasticache.CfnGlobalReplicationGroup.RegionalConfigurationProperty
CfnGlobalReplicationGroup.RegionalConfigurationProperty.Builder, CfnGlobalReplicationGroup.RegionalConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGlobalReplicationGroup.RegionalConfigurationProperty.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 String
The name of the secondary cluster.final String
The Amazon region where the cluster is stored.final Object
A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.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 theCfnGlobalReplicationGroup.RegionalConfigurationProperty.Builder
.
-
-
Method Details
-
getReplicationGroupId
Description copied from interface:CfnGlobalReplicationGroup.RegionalConfigurationProperty
The name of the secondary cluster.- Specified by:
getReplicationGroupId
in interfaceCfnGlobalReplicationGroup.RegionalConfigurationProperty
- See Also:
-
getReplicationGroupRegion
Description copied from interface:CfnGlobalReplicationGroup.RegionalConfigurationProperty
The Amazon region where the cluster is stored.- Specified by:
getReplicationGroupRegion
in interfaceCfnGlobalReplicationGroup.RegionalConfigurationProperty
- See Also:
-
getReshardingConfigurations
Description copied from interface:CfnGlobalReplicationGroup.RegionalConfigurationProperty
A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.- Specified by:
getReshardingConfigurations
in interfaceCfnGlobalReplicationGroup.RegionalConfigurationProperty
- 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()
-