Values.CreateLicenseEndpointRequestSourceCreates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.
type nonrec t = {clientToken : ClientToken.t option;The unique token which the server uses to recognize retries of the same request.
*)vpcId : VpcId.t;The VPC (virtual private cloud) ID to use with the license endpoint.
*)subnetIds : CreateLicenseEndpointRequestSubnetIdsList.t;The subnet IDs.
*)securityGroupIds : CreateLicenseEndpointRequestSecurityGroupIdsList.t;The security group IDs.
*)}val make :
?clientToken:??? ->
?tags:??? ->
vpcId:VpcId.t ->
subnetIds:CreateLicenseEndpointRequestSubnetIdsList.t ->
securityGroupIds:CreateLicenseEndpointRequestSecurityGroupIdsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of ClientToken.t ])
list ]