Cluster Args
constructor(availabilityZones: Output<List<String>>? = null, clusterEndpointEncryptionType: Output<String>? = null, clusterName: Output<String>? = null, description: Output<String>? = null, iamRoleArn: Output<String>? = null, maintenanceWindow: Output<String>? = null, nodeType: Output<String>? = null, notificationTopicArn: Output<String>? = null, parameterGroupName: Output<String>? = null, replicationFactor: Output<Int>? = null, securityGroupIds: Output<List<String>>? = null, serverSideEncryption: Output<ClusterServerSideEncryptionArgs>? = null, subnetGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)