ClusterArgs

constructor(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<TagArgs>>? = null, tlsEnabled: Output<Boolean>? = null)