Class CfnClusterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterProps
CfnClusterProps
-
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.CfnClusterProps
CfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterProps.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 Access Control List to associate with the cluster .final Object
When set to true, the cluster will automatically receive minor engine version upgrades after launch.final Object
The cluster 's configuration endpoint.final String
The name of the cluster .final String
Enables data tiering.final String
A description of the cluster .final String
The name of the engine used by the cluster.final String
The Redis engine version used by the cluster .final String
The user-supplied name of a final cluster snapshot.final String
The ID of the KMS key used to encrypt the cluster .final String
Specifies the weekly time range during which maintenance on the cluster is performed.final String
The name of the multi-Region cluster that this cluster belongs to.final String
The cluster 's node type.final Number
The number of replicas to apply to each shard.final Number
The number of shards in the cluster .final String
The name of the parameter group used by the cluster .final Number
getPort()
The port used by the cluster .A list of security group names to associate with this cluster .A list of Amazon Resource Names (ARN) that uniquely identify the RDB snapshot files stored in Amazon S3.final String
The name of a snapshot from which to restore data into the new cluster .final Number
The number of days for which MemoryDB retains automatic snapshots before deleting them.final String
The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.final String
When you pass the logical ID of this resource to the intrinsicRef
function, Ref returns the ARN of the SNS topic, such asarn:aws:memorydb:us-east-1:123456789012:mySNSTopic
.final String
The SNS topic must be in Active status to receive notifications.final String
The name of the subnet group used by the cluster .getTags()
An array of key-value pairs to apply to this resource.final Object
A flag to indicate if In-transit encryption is enabled.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 theCfnClusterProps.Builder
.
-
-
Method Details
-
getAclName
Description copied from interface:CfnClusterProps
The name of the Access Control List to associate with the cluster .- Specified by:
getAclName
in interfaceCfnClusterProps
- See Also:
-
getClusterName
Description copied from interface:CfnClusterProps
The name of the cluster .- Specified by:
getClusterName
in interfaceCfnClusterProps
- See Also:
-
getNodeType
Description copied from interface:CfnClusterProps
The cluster 's node type.- Specified by:
getNodeType
in interfaceCfnClusterProps
- See Also:
-
getAutoMinorVersionUpgrade
Description copied from interface:CfnClusterProps
When set to true, the cluster will automatically receive minor engine version upgrades after launch.- Specified by:
getAutoMinorVersionUpgrade
in interfaceCfnClusterProps
- See Also:
-
getClusterEndpoint
Description copied from interface:CfnClusterProps
The cluster 's configuration endpoint.- Specified by:
getClusterEndpoint
in interfaceCfnClusterProps
- See Also:
-
getDataTiering
Description copied from interface:CfnClusterProps
Enables data tiering.Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes. For more information, see Data tiering .
- Specified by:
getDataTiering
in interfaceCfnClusterProps
- See Also:
-
getDescription
Description copied from interface:CfnClusterProps
A description of the cluster .- Specified by:
getDescription
in interfaceCfnClusterProps
- See Also:
-
getEngine
Description copied from interface:CfnClusterProps
The name of the engine used by the cluster.- Specified by:
getEngine
in interfaceCfnClusterProps
- See Also:
-
getEngineVersion
Description copied from interface:CfnClusterProps
The Redis engine version used by the cluster .- Specified by:
getEngineVersion
in interfaceCfnClusterProps
- See Also:
-
getFinalSnapshotName
Description copied from interface:CfnClusterProps
The user-supplied name of a final cluster snapshot.This is the unique name that identifies the snapshot. MemoryDB creates the snapshot, and then deletes the cluster immediately afterward.
- Specified by:
getFinalSnapshotName
in interfaceCfnClusterProps
- See Also:
-
getKmsKeyId
Description copied from interface:CfnClusterProps
The ID of the KMS key used to encrypt the cluster .- Specified by:
getKmsKeyId
in interfaceCfnClusterProps
- See Also:
-
getMaintenanceWindow
Description copied from interface:CfnClusterProps
Specifies the weekly time range during which maintenance on the cluster is performed.It is specified as a range in the format
ddd:hh24:mi-ddd:hh24:mi
(24H Clock UTC). The minimum maintenance window is a 60 minute period.Pattern :
ddd:hh24:mi-ddd:hh24:mi
- Specified by:
getMaintenanceWindow
in interfaceCfnClusterProps
- See Also:
-
getMultiRegionClusterName
Description copied from interface:CfnClusterProps
The name of the multi-Region cluster that this cluster belongs to.- Specified by:
getMultiRegionClusterName
in interfaceCfnClusterProps
- See Also:
-
getNumReplicasPerShard
Description copied from interface:CfnClusterProps
The number of replicas to apply to each shard.Default value :
1
Maximum value :
5
- Specified by:
getNumReplicasPerShard
in interfaceCfnClusterProps
- See Also:
-
getNumShards
Description copied from interface:CfnClusterProps
The number of shards in the cluster .- Specified by:
getNumShards
in interfaceCfnClusterProps
- See Also:
-
getParameterGroupName
Description copied from interface:CfnClusterProps
The name of the parameter group used by the cluster .- Specified by:
getParameterGroupName
in interfaceCfnClusterProps
- See Also:
-
getPort
Description copied from interface:CfnClusterProps
The port used by the cluster .- Specified by:
getPort
in interfaceCfnClusterProps
- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnClusterProps
A list of security group names to associate with this cluster .- Specified by:
getSecurityGroupIds
in interfaceCfnClusterProps
- See Also:
-
getSnapshotArns
Description copied from interface:CfnClusterProps
A list of Amazon Resource Names (ARN) that uniquely identify the RDB snapshot files stored in Amazon S3.The snapshot files are used to populate the new cluster . The Amazon S3 object name in the ARN cannot contain any commas.
- Specified by:
getSnapshotArns
in interfaceCfnClusterProps
- See Also:
-
getSnapshotName
Description copied from interface:CfnClusterProps
The name of a snapshot from which to restore data into the new cluster .The snapshot status changes to restoring while the new cluster is being created.
- Specified by:
getSnapshotName
in interfaceCfnClusterProps
- See Also:
-
getSnapshotRetentionLimit
Description copied from interface:CfnClusterProps
The number of days for which MemoryDB retains automatic snapshots before deleting them.For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.
- Specified by:
getSnapshotRetentionLimit
in interfaceCfnClusterProps
- See Also:
-
getSnapshotWindow
Description copied from interface:CfnClusterProps
The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.Example: 05:00-09:00 If you do not specify this parameter, MemoryDB automatically chooses an appropriate time range.
- Specified by:
getSnapshotWindow
in interfaceCfnClusterProps
- See Also:
-
getSnsTopicArn
Description copied from interface:CfnClusterProps
When you pass the logical ID of this resource to the intrinsicRef
function, Ref returns the ARN of the SNS topic, such asarn:aws:memorydb:us-east-1:123456789012:mySNSTopic
.- Specified by:
getSnsTopicArn
in interfaceCfnClusterProps
- See Also:
-
getSnsTopicStatus
Description copied from interface:CfnClusterProps
The SNS topic must be in Active status to receive notifications.- Specified by:
getSnsTopicStatus
in interfaceCfnClusterProps
- See Also:
-
getSubnetGroupName
Description copied from interface:CfnClusterProps
The name of the subnet group used by the cluster .- Specified by:
getSubnetGroupName
in interfaceCfnClusterProps
- See Also:
-
getTags
Description copied from interface:CfnClusterProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnClusterProps
- See Also:
-
getTlsEnabled
Description copied from interface:CfnClusterProps
A flag to indicate if In-transit encryption is enabled.- Specified by:
getTlsEnabled
in interfaceCfnClusterProps
- 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()
-