Class CfnMultiRegionClusterProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.memorydb.CfnMultiRegionClusterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMultiRegionClusterProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMultiRegionClusterProps
@Stability(Stable)
@Internal
public static final class CfnMultiRegionClusterProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMultiRegionClusterProps
An implementation for
CfnMultiRegionClusterProps
-
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.memorydb.CfnMultiRegionClusterProps
CfnMultiRegionClusterProps.Builder, CfnMultiRegionClusterProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMultiRegionClusterProps.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 description of the multi-Region cluster.final String
The name of the engine used by the multi-Region cluster.final String
The version of the engine used by the multi-Region cluster.final String
A suffix to be added to the Multi-Region cluster name.final String
The name of the multi-Region parameter group associated with the cluster.final String
The node type used by the multi-Region cluster.final Number
The number of shards in the multi-Region cluster.getTags()
A list of tags to be applied to the multi-Region cluster.final Object
Indiciates if the multi-Region cluster is TLS enabled.final String
The strategy to use for the update operation.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 theCfnMultiRegionClusterProps.Builder
.
-
-
Method Details
-
getNodeType
Description copied from interface:CfnMultiRegionClusterProps
The node type used by the multi-Region cluster.- Specified by:
getNodeType
in interfaceCfnMultiRegionClusterProps
- See Also:
-
getDescription
Description copied from interface:CfnMultiRegionClusterProps
The description of the multi-Region cluster.- Specified by:
getDescription
in interfaceCfnMultiRegionClusterProps
- See Also:
-
getEngine
Description copied from interface:CfnMultiRegionClusterProps
The name of the engine used by the multi-Region cluster.- Specified by:
getEngine
in interfaceCfnMultiRegionClusterProps
- See Also:
-
getEngineVersion
Description copied from interface:CfnMultiRegionClusterProps
The version of the engine used by the multi-Region cluster.- Specified by:
getEngineVersion
in interfaceCfnMultiRegionClusterProps
- See Also:
-
getMultiRegionClusterNameSuffix
Description copied from interface:CfnMultiRegionClusterProps
A suffix to be added to the Multi-Region cluster name.Amazon MemoryDB automatically applies a prefix to the Multi-Region cluster Name when it is created. Each Amazon Region has its own prefix. For instance, a Multi-Region cluster Name created in the US-West-1 region will begin with "virxk", along with the suffix name you provide. The suffix guarantees uniqueness of the Multi-Region cluster name across multiple regions.
- Specified by:
getMultiRegionClusterNameSuffix
in interfaceCfnMultiRegionClusterProps
- See Also:
-
getMultiRegionParameterGroupName
Description copied from interface:CfnMultiRegionClusterProps
The name of the multi-Region parameter group associated with the cluster.- Specified by:
getMultiRegionParameterGroupName
in interfaceCfnMultiRegionClusterProps
- See Also:
-
getNumShards
Description copied from interface:CfnMultiRegionClusterProps
The number of shards in the multi-Region cluster.- Specified by:
getNumShards
in interfaceCfnMultiRegionClusterProps
- See Also:
-
getTags
Description copied from interface:CfnMultiRegionClusterProps
A list of tags to be applied to the multi-Region cluster.- Specified by:
getTags
in interfaceCfnMultiRegionClusterProps
- See Also:
-
getTlsEnabled
Description copied from interface:CfnMultiRegionClusterProps
Indiciates if the multi-Region cluster is TLS enabled.- Specified by:
getTlsEnabled
in interfaceCfnMultiRegionClusterProps
- See Also:
-
getUpdateStrategy
Description copied from interface:CfnMultiRegionClusterProps
The strategy to use for the update operation.Supported values are "coordinated" or "uncoordinated".
- Specified by:
getUpdateStrategy
in interfaceCfnMultiRegionClusterProps
- 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()
-