Cluster Args
data class ClusterArgs(val adminUserName: Output<String>? = null, val adminUserPassword: Output<String>? = null, val authType: Output<String>? = null, val clusterName: Output<String>? = null, val kmsKeyId: Output<String>? = null, val preferredMaintenanceWindow: Output<String>? = null, val shardCapacity: Output<Int>? = null, val shardCount: Output<Int>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<ClusterTagArgs>>? = null, val vpcSecurityGroupIds: Output<List<String>>? = null) : ConvertibleToJava<ClusterArgs>
The AWS::DocDBElastic::Cluster Amazon DocumentDB (with MongoDB compatibility) Elastic Scale resource describes a Cluster
Constructors
Link copied to clipboard
fun ClusterArgs(adminUserName: Output<String>? = null, adminUserPassword: Output<String>? = null, authType: Output<String>? = null, clusterName: Output<String>? = null, kmsKeyId: Output<String>? = null, preferredMaintenanceWindow: Output<String>? = null, shardCapacity: Output<Int>? = null, shardCount: Output<Int>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<ClusterTagArgs>>? = null, vpcSecurityGroupIds: Output<List<String>>? = null)