Module Values.CreateVpcEndpointRequestSource

Container for the parameters to the CreateVpcEndpointRequest operation.

Sourcetype nonrec t = {
  1. domainArn : DomainArn.t;
    (*

    The Amazon Resource Name (ARN) of the domain to grant access to.

    *)
  2. vpcOptions : VPCOptions.t;
    (*

    Options to specify the subnets and security groups for the endpoint.

    *)
  3. clientToken : ClientToken.t option;
    (*

    Unique, case-sensitive identifier to ensure idempotency of the request.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> domainArn:DomainArn.t -> vpcOptions:VPCOptions.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DomainArn.t | `Structure of (string * [> `List of [> `String of String_.t ] list ]) list ]) 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