Module Values.CreateLicenseEndpointRequestSource

Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.

Sourcetype nonrec t = {
  1. clientToken : ClientToken.t option;
    (*

    The unique token which the server uses to recognize retries of the same request.

    *)
  2. vpcId : VpcId.t;
    (*

    The VPC (virtual private cloud) ID to use with the license endpoint.

    *)
  3. subnetIds : CreateLicenseEndpointRequestSubnetIdsList.t;
    (*

    The subnet IDs.

    *)
  4. securityGroupIds : CreateLicenseEndpointRequestSecurityGroupIdsList.t;
    (*

    The security group IDs.

    *)
  5. tags : Tags.t option;
    (*

    Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?tags:??? -> vpcId:VpcId.t -> subnetIds:CreateLicenseEndpointRequestSubnetIdsList.t -> securityGroupIds:CreateLicenseEndpointRequestSecurityGroupIdsList.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t