Module Values.CreateRequesterGatewayRequestSource

Creates a requester gateway.

Sourcetype nonrec t = {
  1. vpcId : VpcId.t;
    (*

    The unique identifier of the Virtual Private Cloud (VPC).

    *)
  2. subnetIds : CreateRequesterGatewayRequestSubnetIdsList.t;
    (*

    The unique identifiers of the subnets.

    *)
  3. securityGroupIds : CreateRequesterGatewayRequestSecurityGroupIdsList.t;
    (*

    The unique identifiers of the security groups.

    *)
  4. clientToken : String_.t;
    (*

    The unique client token.

    *)
  5. description : CreateRequesterGatewayRequestDescriptionString.t option;
    (*

    An optional description for the requester gateway.

    *)
  6. tags : TagsMap.t option;
    (*

    A map of the key-value pairs of the tag or tags to assign to the resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?tags:??? -> vpcId:VpcId.t -> subnetIds:CreateRequesterGatewayRequestSubnetIdsList.t -> securityGroupIds:CreateRequesterGatewayRequestSecurityGroupIdsList.t -> clientToken:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of SubnetId.t ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of VpcId.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