Elastic Cluster Args
constructor(adminUserName: Output<String>? = null, adminUserPassword: Output<String>? = null, authType: Output<String>? = null, backupRetentionPeriod: Output<Int>? = null, kmsKeyId: Output<String>? = null, name: Output<String>? = null, preferredBackupWindow: Output<String>? = null, preferredMaintenanceWindow: Output<String>? = null, shardCapacity: Output<Int>? = null, shardCount: Output<Int>? = null, subnetIds: Output<List<String>>? = null, tags: Output<Map<String, String>>? = null, timeouts: Output<ElasticClusterTimeoutsArgs>? = null, vpcSecurityGroupIds: Output<List<String>>? = null)