Values.CreateDomainUnitInputSourceCreates a domain unit in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the domain where you want to crate a domain unit.
*)name : DomainUnitName.t;The name of the domain unit.
*)parentDomainUnitIdentifier : DomainUnitId.t;The ID of the parent domain unit.
*)description : DomainUnitDescription.t option;The description of the domain unit.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
*)}val make :
?description:??? ->
?clientToken:??? ->
domainIdentifier:DomainId.t ->
name:DomainUnitName.t ->
parentDomainUnitIdentifier:DomainUnitId.t ->
unit ->
t