Get Snapshot Cluster Configuration
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)
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 parameter group associated with the cluster.
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.