Values.CreateNodeRequestSourceA request to create a node
type nonrec t = {clusterId : string;The ID of the cluster.
*)name : string option;The user-specified name of the Node to be created.
*)nodeInterfaceMappings : NodeInterfaceMappingCreateRequest.t list option;Documentation update needed
*)requestId : string option;An ID that you assign to a create request. This ID ensures idempotency when creating resources.
*)role : NodeRole.t option;The initial role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
*)}