Class CfnReplicationGroup.ReadEndPointProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticache.CfnReplicationGroup.ReadEndPointProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicationGroup.ReadEndPointProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplicationGroup.ReadEndPointProperty
@Stability(Stable)
@Internal
public static final class CfnReplicationGroup.ReadEndPointProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplicationGroup.ReadEndPointProperty
An implementation for
CfnReplicationGroup.ReadEndPointProperty-
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.elasticache.CfnReplicationGroup.ReadEndPointProperty
CfnReplicationGroup.ReadEndPointProperty.Builder, CfnReplicationGroup.ReadEndPointProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReplicationGroup.ReadEndPointProperty.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 StringA string containing a comma-separated list of endpoints for the primary and read-only replicas, formatted as [address1, address2, ...].A list of endpoints for the read-only replicas.final StringgetPorts()A string containing a comma-separated list of ports for the read-only replicas, formatted as [port1, port2, ...].A list of ports for the read-only replicas.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 theCfnReplicationGroup.ReadEndPointProperty.Builder.
-
-
Method Details
-
getAddresses
Description copied from interface:CfnReplicationGroup.ReadEndPointPropertyA string containing a comma-separated list of endpoints for the primary and read-only replicas, formatted as [address1, address2, ...]. The order of the addresses maps to the order of the ports from the ReadEndPoint.Ports attribute.- Specified by:
getAddressesin interfaceCfnReplicationGroup.ReadEndPointProperty- See Also:
-
getAddressesList
Description copied from interface:CfnReplicationGroup.ReadEndPointPropertyA list of endpoints for the read-only replicas.The order of the addresses maps to the order of the ports from the ReadEndPoint.Ports attribute.
- Specified by:
getAddressesListin interfaceCfnReplicationGroup.ReadEndPointProperty- See Also:
-
getPorts
Description copied from interface:CfnReplicationGroup.ReadEndPointPropertyA string containing a comma-separated list of ports for the read-only replicas, formatted as [port1, port2, ...]. The order of the ports maps to the order of the addresses from the ReadEndPoint.Addresses attribute.- Specified by:
getPortsin interfaceCfnReplicationGroup.ReadEndPointProperty- See Also:
-
getPortsList
Description copied from interface:CfnReplicationGroup.ReadEndPointPropertyA list of ports for the read-only replicas.The order of the ports maps to the order of the addresses from the ReadEndPoint.Addresses attribute.
- Specified by:
getPortsListin interfaceCfnReplicationGroup.ReadEndPointProperty- 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()
-