ClusterArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): ClusterArgs

Properties

Link copied to clipboard
val adminUserName: Output<String>? = null
Link copied to clipboard
val adminUserPassword: Output<String>? = null
Link copied to clipboard
val authType: Output<String>? = null
Link copied to clipboard
val clusterName: Output<String>? = null
Link copied to clipboard
val kmsKeyId: Output<String>? = null
Link copied to clipboard
val preferredMaintenanceWindow: Output<String>? = null
Link copied to clipboard
val shardCapacity: Output<Int>? = null
Link copied to clipboard
val shardCount: Output<Int>? = null
Link copied to clipboard
val subnetIds: Output<List<String>>? = null
Link copied to clipboard
val tags: Output<List<ClusterTagArgs>>? = null
Link copied to clipboard
val vpcSecurityGroupIds: Output<List<String>>? = null