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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.memorydb.CfnClusterProps
CfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterProps.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 name of the Access Control List to associate with the cluster .final ObjectWhen set to true, the cluster will automatically receive minor engine version upgrades after launch.final ObjectThe cluster 's configuration endpoint.final StringThe name of the cluster .final StringEnables data tiering.final StringA description of the cluster .final StringThe Redis engine version used by the cluster .final StringThe user-supplied name of a final cluster snapshot.final StringThe ID of the KMS key used to encrypt the cluster .final StringSpecifies the weekly time range during which maintenance on the cluster is performed.final StringThe cluster 's node type.final NumberThe number of replicas to apply to each shard.final NumberThe number of shards in the cluster .final StringThe name of the parameter group used by the cluster .final NumbergetPort()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 StringThe name of a snapshot from which to restore data into the new cluster .final NumberThe number of days for which MemoryDB retains automatic snapshots before deleting them.final StringThe daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.final StringWhen you pass the logical ID of this resource to the intrinsicReffunction, Ref returns the ARN of the SNS topic, such asarn:aws:memorydb:us-east-1:123456789012:mySNSTopic.final StringThe SNS topic must be in Active status to receive notifications.final StringThe name of the subnet group used by the cluster .getTags()An array of key-value pairs to apply to this resource.final ObjectA flag to indicate if In-transit encryption is enabled.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 theCfnClusterProps.Builder.
-
-
Method Details
-
getAclName
Description copied from interface:CfnClusterPropsThe name of the Access Control List to associate with the cluster .- Specified by:
getAclNamein interfaceCfnClusterProps
-
getClusterName
Description copied from interface:CfnClusterPropsThe name of the cluster .- Specified by:
getClusterNamein interfaceCfnClusterProps
-
getNodeType
Description copied from interface:CfnClusterPropsThe cluster 's node type.- Specified by:
getNodeTypein interfaceCfnClusterProps
-
getAutoMinorVersionUpgrade
Description copied from interface:CfnClusterPropsWhen set to true, the cluster will automatically receive minor engine version upgrades after launch.- Specified by:
getAutoMinorVersionUpgradein interfaceCfnClusterProps
-
getClusterEndpoint
Description copied from interface:CfnClusterPropsThe cluster 's configuration endpoint.- Specified by:
getClusterEndpointin interfaceCfnClusterProps
-
getDataTiering
Description copied from interface:CfnClusterPropsEnables data tiering.Data tiering is only supported for replication groups using the r6gd node type. This parameter must be set to true when using r6gd nodes. For more information, see Data tiering .
- Specified by:
getDataTieringin interfaceCfnClusterProps
-
getDescription
Description copied from interface:CfnClusterPropsA description of the cluster .- Specified by:
getDescriptionin interfaceCfnClusterProps
-
getEngineVersion
Description copied from interface:CfnClusterPropsThe Redis engine version used by the cluster .- Specified by:
getEngineVersionin interfaceCfnClusterProps
-
getFinalSnapshotName
Description copied from interface:CfnClusterPropsThe 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:
getFinalSnapshotNamein interfaceCfnClusterProps
-
getKmsKeyId
Description copied from interface:CfnClusterPropsThe ID of the KMS key used to encrypt the cluster .- Specified by:
getKmsKeyIdin interfaceCfnClusterProps
-
getMaintenanceWindow
Description copied from interface:CfnClusterPropsSpecifies 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:
getMaintenanceWindowin interfaceCfnClusterProps
-
getNumReplicasPerShard
Description copied from interface:CfnClusterPropsThe number of replicas to apply to each shard.Default value :
1Maximum value :
5- Specified by:
getNumReplicasPerShardin interfaceCfnClusterProps
-
getNumShards
Description copied from interface:CfnClusterPropsThe number of shards in the cluster .- Specified by:
getNumShardsin interfaceCfnClusterProps
-
getParameterGroupName
Description copied from interface:CfnClusterPropsThe name of the parameter group used by the cluster .- Specified by:
getParameterGroupNamein interfaceCfnClusterProps
-
getPort
Description copied from interface:CfnClusterPropsThe port used by the cluster .- Specified by:
getPortin interfaceCfnClusterProps
-
getSecurityGroupIds
Description copied from interface:CfnClusterPropsA list of security group names to associate with this cluster .- Specified by:
getSecurityGroupIdsin interfaceCfnClusterProps
-
getSnapshotArns
Description copied from interface:CfnClusterPropsA 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:
getSnapshotArnsin interfaceCfnClusterProps
-
getSnapshotName
Description copied from interface:CfnClusterPropsThe 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:
getSnapshotNamein interfaceCfnClusterProps
-
getSnapshotRetentionLimit
Description copied from interface:CfnClusterPropsThe 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:
getSnapshotRetentionLimitin interfaceCfnClusterProps
-
getSnapshotWindow
Description copied from interface:CfnClusterPropsThe 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:
getSnapshotWindowin interfaceCfnClusterProps
-
getSnsTopicArn
Description copied from interface:CfnClusterPropsWhen you pass the logical ID of this resource to the intrinsicReffunction, Ref returns the ARN of the SNS topic, such asarn:aws:memorydb:us-east-1:123456789012:mySNSTopic.- Specified by:
getSnsTopicArnin interfaceCfnClusterProps
-
getSnsTopicStatus
Description copied from interface:CfnClusterPropsThe SNS topic must be in Active status to receive notifications.- Specified by:
getSnsTopicStatusin interfaceCfnClusterProps
-
getSubnetGroupName
Description copied from interface:CfnClusterPropsThe name of the subnet group used by the cluster .- Specified by:
getSubnetGroupNamein interfaceCfnClusterProps
-
getTags
Description copied from interface:CfnClusterPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnClusterProps
-
getTlsEnabled
Description copied from interface:CfnClusterPropsA flag to indicate if In-transit encryption is enabled.- Specified by:
getTlsEnabledin interfaceCfnClusterProps
-
$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()
-