GetSnapshotClusterConfiguration

data class GetSnapshotClusterConfiguration(val description: String, val engineVersion: String, val maintenanceWindow: String, val name: String, val nodeType: String, val numShards: Int, val parameterGroupName: String, val port: Int, val snapshotRetentionLimit: Int, val snapshotWindow: String, val subnetGroupName: String, val topicArn: String, val vpcId: String)

Constructors

Link copied to clipboard
constructor(description: String, engineVersion: String, maintenanceWindow: String, name: String, nodeType: String, numShards: Int, parameterGroupName: String, port: Int, snapshotRetentionLimit: Int, snapshotWindow: String, subnetGroupName: String, topicArn: String, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description for the cluster.

Link copied to clipboard

Version number of the Redis engine used by the cluster.

Link copied to clipboard

The weekly time range during which maintenance on the cluster is performed.

Link copied to clipboard

Name of the snapshot.

Link copied to clipboard

Compute and memory capacity of the nodes in the cluster.

Link copied to clipboard

Number of shards in the cluster.

Link copied to clipboard

Name of the parameter group associated with the cluster.

Link copied to clipboard
val port: Int

Port number on which the cluster accepts connections.

Link copied to clipboard

Number of days for which MemoryDB retains automatic snapshots before deleting them.

Link copied to clipboard

The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of the shard.

Link copied to clipboard

Name of the subnet group used by the cluster.

Link copied to clipboard

ARN of the SNS topic to which cluster notifications are sent.

Link copied to clipboard

The VPC in which the cluster exists.