Snapshot Cluster Configuration
data class SnapshotClusterConfiguration(val description: String? = null, val engineVersion: String? = null, val maintenanceWindow: String? = null, val name: String? = null, val nodeType: String? = null, val numShards: Int? = null, val parameterGroupName: String? = null, val port: Int? = null, val snapshotRetentionLimit: Int? = null, val snapshotWindow: String? = null, val subnetGroupName: String? = null, val topicArn: String? = null, val vpcId: String? = null)
Constructors
Link copied to clipboard
fun SnapshotClusterConfiguration(description: String? = null, engineVersion: String? = null, maintenanceWindow: String? = null, name: String? = null, nodeType: String? = null, numShards: Int? = null, parameterGroupName: String? = null, port: Int? = null, snapshotRetentionLimit: Int? = null, snapshotWindow: String? = null, subnetGroupName: String? = null, topicArn: String? = null, vpcId: String? = null)