@Stability(value=Stable) @Internal public static final class CfnClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClusterProps
CfnClusterPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnClusterProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnClusterProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAclName()
The name of the Access Control List to associate with the cluster .
|
Object |
getAutoMinorVersionUpgrade()
When set to true, the cluster will automatically receive minor engine version upgrades after launch.
|
String |
getClusterName()
The name of the cluster .
|
String |
getDescription()
A description of the cluster .
|
String |
getEngineVersion()
The Redis engine version used by the cluster .
|
String |
getFinalSnapshotName()
The user-supplied name of a final cluster snapshot.
|
String |
getKmsKeyId()
The ID of the KMS key used to encrypt the cluster .
|
String |
getMaintenanceWindow()
Specifies the weekly time range during which maintenance on the cluster is performed.
|
String |
getNodeType()
The cluster 's node type.
|
Number |
getNumReplicasPerShard()
The number of replicas to apply to each shard.
|
Number |
getNumShards()
The number of shards in the cluster .
|
String |
getParameterGroupName()
The name of the parameter group used by the cluster .
|
Number |
getPort()
The port used by the cluster .
|
List<String> |
getSecurityGroupIds()
A list of security group names to associate with this cluster .
|
List<String> |
getSnapshotArns()
A list of Amazon Resource Names (ARN) that uniquely identify the RDB snapshot files stored in Amazon S3.
|
String |
getSnapshotName()
The name of a snapshot from which to restore data into the new cluster .
|
Number |
getSnapshotRetentionLimit()
The number of days for which MemoryDB retains automatic snapshots before deleting them.
|
String |
getSnapshotWindow()
The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.
|
String |
getSnsTopicArn()
When you pass the logical ID of this resource to the intrinsic `Ref` function, Ref returns the ARN of the SNS topic, such as `arn:aws:memorydb:us-east-1:123456789012:mySNSTopic`.
|
String |
getSnsTopicStatus()
The SNS topic must be in Active status to receive notifications.
|
String |
getSubnetGroupName()
The name of the subnet group used by the cluster .
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
Object |
getTlsEnabled()
A flag to indicate if In-transit encryption is enabled.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnClusterProps.Builder builder)
CfnClusterProps.Builder.public final String getAclName()
CfnClusterPropsgetAclName in interface CfnClusterPropspublic final String getClusterName()
CfnClusterPropsgetClusterName in interface CfnClusterPropspublic final String getNodeType()
CfnClusterPropsgetNodeType in interface CfnClusterPropspublic final Object getAutoMinorVersionUpgrade()
CfnClusterPropsgetAutoMinorVersionUpgrade in interface CfnClusterPropspublic final String getDescription()
CfnClusterPropsgetDescription in interface CfnClusterPropspublic final String getEngineVersion()
CfnClusterPropsgetEngineVersion in interface CfnClusterPropspublic final String getFinalSnapshotName()
CfnClusterPropsThis is the unique name that identifies the snapshot. MemoryDB creates the snapshot, and then deletes the cluster immediately afterward.
getFinalSnapshotName in interface CfnClusterPropspublic final String getKmsKeyId()
CfnClusterPropsgetKmsKeyId in interface CfnClusterPropspublic final String getMaintenanceWindow()
CfnClusterProps
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
getMaintenanceWindow in interface CfnClusterPropspublic final Number getNumReplicasPerShard()
CfnClusterProps
Default value : 1
Maximum value : 5
getNumReplicasPerShard in interface CfnClusterPropspublic final Number getNumShards()
CfnClusterPropsgetNumShards in interface CfnClusterPropspublic final String getParameterGroupName()
CfnClusterPropsgetParameterGroupName in interface CfnClusterPropspublic final Number getPort()
CfnClusterPropsgetPort in interface CfnClusterPropspublic final List<String> getSecurityGroupIds()
CfnClusterPropsgetSecurityGroupIds in interface CfnClusterPropspublic final List<String> getSnapshotArns()
CfnClusterPropsThe snapshot files are used to populate the new cluster . The Amazon S3 object name in the ARN cannot contain any commas.
getSnapshotArns in interface CfnClusterPropspublic final String getSnapshotName()
CfnClusterPropsThe snapshot status changes to restoring while the new cluster is being created.
getSnapshotName in interface CfnClusterPropspublic final Number getSnapshotRetentionLimit()
CfnClusterPropsFor example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.
getSnapshotRetentionLimit in interface CfnClusterPropspublic final String getSnapshotWindow()
CfnClusterPropsExample: 05:00-09:00 If you do not specify this parameter, MemoryDB automatically chooses an appropriate time range.
getSnapshotWindow in interface CfnClusterPropspublic final String getSnsTopicArn()
CfnClusterPropsgetSnsTopicArn in interface CfnClusterPropspublic final String getSnsTopicStatus()
CfnClusterPropsgetSnsTopicStatus in interface CfnClusterPropspublic final String getSubnetGroupName()
CfnClusterPropsgetSubnetGroupName in interface CfnClusterPropspublic final List<CfnTag> getTags()
CfnClusterPropsFor more information, see Tag .
getTags in interface CfnClusterPropspublic final Object getTlsEnabled()
CfnClusterPropsgetTlsEnabled in interface CfnClusterProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.