Class CfnMultiRegionClusterMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.memorydb.CfnMultiRegionClusterMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMultiRegionClusterMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMultiRegionClusterMixinProps
@Stability(Stable)
@Internal
public static final class CfnMultiRegionClusterMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMultiRegionClusterMixinProps
An implementation for
CfnMultiRegionClusterMixinProps-
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.cfnpropertymixins.services.memorydb.CfnMultiRegionClusterMixinProps
CfnMultiRegionClusterMixinProps.Builder, CfnMultiRegionClusterMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMultiRegionClusterMixinProps.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 theCfnMultiRegionClusterMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnMultiRegionClusterMixinPropsThe description of the multi-Region cluster.- Specified by:
getDescriptionin interfaceCfnMultiRegionClusterMixinProps- See Also:
-
getEngine
Description copied from interface:CfnMultiRegionClusterMixinPropsThe name of the engine used by the multi-Region cluster.- Specified by:
getEnginein interfaceCfnMultiRegionClusterMixinProps- See Also:
-
getEngineVersion
Description copied from interface:CfnMultiRegionClusterMixinPropsThe version of the engine used by the multi-Region cluster.- Specified by:
getEngineVersionin interfaceCfnMultiRegionClusterMixinProps- See Also:
-
getMultiRegionClusterNameSuffix
Description copied from interface:CfnMultiRegionClusterMixinPropsA 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 interfaceCfnMultiRegionClusterMixinProps- See Also:
-
getMultiRegionParameterGroupName
Description copied from interface:CfnMultiRegionClusterMixinPropsThe name of the multi-Region parameter group associated with the cluster.- Specified by:
getMultiRegionParameterGroupNamein interfaceCfnMultiRegionClusterMixinProps- See Also:
-
getNodeType
Description copied from interface:CfnMultiRegionClusterMixinPropsThe node type used by the multi-Region cluster.- Specified by:
getNodeTypein interfaceCfnMultiRegionClusterMixinProps- See Also:
-
getNumShards
Description copied from interface:CfnMultiRegionClusterMixinPropsThe number of shards in the multi-Region cluster.- Specified by:
getNumShardsin interfaceCfnMultiRegionClusterMixinProps- See Also:
-
getTags
Description copied from interface:CfnMultiRegionClusterMixinPropsA list of tags to be applied to the multi-Region cluster.- Specified by:
getTagsin interfaceCfnMultiRegionClusterMixinProps- See Also:
-
getTlsEnabled
Description copied from interface:CfnMultiRegionClusterMixinPropsIndiciates if the multi-Region cluster is TLS enabled.Returns union: either
BooleanorIResolvable- Specified by:
getTlsEnabledin interfaceCfnMultiRegionClusterMixinProps- See Also:
-
getUpdateStrategy
Description copied from interface:CfnMultiRegionClusterMixinPropsThe strategy to use for the update operation.Supported values are "coordinated" or "uncoordinated".
- Specified by:
getUpdateStrategyin interfaceCfnMultiRegionClusterMixinProps- 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()
-