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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.memorydb.CfnMultiRegionClusterProps
CfnMultiRegionClusterProps.Builder, CfnMultiRegionClusterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMultiRegionClusterProps.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 StringThe description of the multi-Region cluster.final StringThe name of the engine used by the multi-Region cluster.final StringThe version of the engine used by the multi-Region cluster.final StringA suffix to be added to the Multi-Region cluster name.final StringThe name of the multi-Region parameter group associated with the cluster.final StringThe node type used by the multi-Region cluster.final NumberThe number of shards in the multi-Region cluster.getTags()A list of tags to be applied to the multi-Region cluster.final ObjectIndiciates if the multi-Region cluster is TLS enabled.final StringThe strategy to use for the update operation.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 theCfnMultiRegionClusterProps.Builder.
-
-
Method Details
-
getNodeType
Description copied from interface:CfnMultiRegionClusterPropsThe node type used by the multi-Region cluster.- Specified by:
getNodeTypein interfaceCfnMultiRegionClusterProps- See Also:
-
getDescription
Description copied from interface:CfnMultiRegionClusterPropsThe description of the multi-Region cluster.- Specified by:
getDescriptionin interfaceCfnMultiRegionClusterProps- See Also:
-
getEngine
Description copied from interface:CfnMultiRegionClusterPropsThe name of the engine used by the multi-Region cluster.- Specified by:
getEnginein interfaceCfnMultiRegionClusterProps- See Also:
-
getEngineVersion
Description copied from interface:CfnMultiRegionClusterPropsThe version of the engine used by the multi-Region cluster.- Specified by:
getEngineVersionin interfaceCfnMultiRegionClusterProps- See Also:
-
getMultiRegionClusterNameSuffix
Description copied from interface:CfnMultiRegionClusterPropsA 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:
getMultiRegionClusterNameSuffixin interfaceCfnMultiRegionClusterProps- See Also:
-
getMultiRegionParameterGroupName
Description copied from interface:CfnMultiRegionClusterPropsThe name of the multi-Region parameter group associated with the cluster.- Specified by:
getMultiRegionParameterGroupNamein interfaceCfnMultiRegionClusterProps- See Also:
-
getNumShards
Description copied from interface:CfnMultiRegionClusterPropsThe number of shards in the multi-Region cluster.- Specified by:
getNumShardsin interfaceCfnMultiRegionClusterProps- See Also:
-
getTags
Description copied from interface:CfnMultiRegionClusterPropsA list of tags to be applied to the multi-Region cluster.- Specified by:
getTagsin interfaceCfnMultiRegionClusterProps- See Also:
-
getTlsEnabled
Description copied from interface:CfnMultiRegionClusterPropsIndiciates if the multi-Region cluster is TLS enabled.Returns union: either
BooleanorIResolvable- Specified by:
getTlsEnabledin interfaceCfnMultiRegionClusterProps- See Also:
-
getUpdateStrategy
Description copied from interface:CfnMultiRegionClusterPropsThe strategy to use for the update operation.Supported values are "coordinated" or "uncoordinated".
- Specified by:
getUpdateStrategyin interfaceCfnMultiRegionClusterProps- 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()
-