Cluster Args
data class ClusterArgs(val aclName: Output<String>? = null, val autoMinorVersionUpgrade: Output<Boolean>? = null, val clusterEndpoint: Output<ClusterEndpointArgs>? = null, val clusterName: Output<String>? = null, val dataTiering: Output<ClusterDataTieringStatus>? = null, val description: Output<String>? = null, val engineVersion: Output<String>? = null, val finalSnapshotName: Output<String>? = null, val kmsKeyId: Output<String>? = null, val maintenanceWindow: Output<String>? = null, val nodeType: Output<String>? = null, val numReplicasPerShard: Output<Int>? = null, val numShards: Output<Int>? = null, val parameterGroupName: Output<String>? = null, val port: Output<Int>? = null, val securityGroupIds: Output<List<String>>? = null, val snapshotArns: Output<List<String>>? = null, val snapshotName: Output<String>? = null, val snapshotRetentionLimit: Output<Int>? = null, val snapshotWindow: Output<String>? = null, val snsTopicArn: Output<String>? = null, val snsTopicStatus: Output<String>? = null, val subnetGroupName: Output<String>? = null, val tags: Output<List<ClusterTagArgs>>? = null, val tlsEnabled: Output<Boolean>? = null) : ConvertibleToJava<ClusterArgs>
The AWS::MemoryDB::Cluster resource creates an Amazon MemoryDB Cluster.
Constructors
Link copied to clipboard
fun ClusterArgs(aclName: Output<String>? = null, autoMinorVersionUpgrade: Output<Boolean>? = null, clusterEndpoint: Output<ClusterEndpointArgs>? = null, clusterName: Output<String>? = null, dataTiering: Output<ClusterDataTieringStatus>? = null, description: Output<String>? = null, engineVersion: Output<String>? = null, finalSnapshotName: Output<String>? = null, kmsKeyId: Output<String>? = null, maintenanceWindow: Output<String>? = null, nodeType: Output<String>? = null, numReplicasPerShard: Output<Int>? = null, numShards: Output<Int>? = null, parameterGroupName: Output<String>? = null, port: Output<Int>? = null, securityGroupIds: Output<List<String>>? = null, snapshotArns: Output<List<String>>? = null, snapshotName: Output<String>? = null, snapshotRetentionLimit: Output<Int>? = null, snapshotWindow: Output<String>? = null, snsTopicArn: Output<String>? = null, snsTopicStatus: Output<String>? = null, subnetGroupName: Output<String>? = null, tags: Output<List<ClusterTagArgs>>? = null, tlsEnabled: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard