Cluster Args
constructor(aclName: Output<String>? = null, autoMinorVersionUpgrade: Output<Boolean>? = null, dataTiering: Output<Boolean>? = null, description: Output<String>? = null, engineVersion: Output<String>? = null, finalSnapshotName: Output<String>? = null, kmsKeyArn: Output<String>? = null, maintenanceWindow: Output<String>? = null, name: Output<String>? = null, namePrefix: 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, subnetGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, tlsEnabled: Output<Boolean>? = null)