Values.AwsRedshiftClusterClusterNodeSourceA node in an Amazon Redshift cluster.
type nonrec t = {nodeRole : NonEmptyString.t option;The role of the node. A node might be a leader node or a compute node.
*)privateIpAddress : NonEmptyString.t option;The private IP address of the node.
*)publicIpAddress : NonEmptyString.t option;The public IP address of the node.
*)}