Values.CreateRequesterGatewayRequestSourceCreates a requester gateway.
type nonrec t = {vpcId : VpcId.t;The unique identifier of the Virtual Private Cloud (VPC).
*)subnetIds : CreateRequesterGatewayRequestSubnetIdsList.t;The unique identifiers of the subnets.
*)securityGroupIds : CreateRequesterGatewayRequestSecurityGroupIdsList.t;The unique identifiers of the security groups.
*)clientToken : String_.t;The unique client token.
*)description : CreateRequesterGatewayRequestDescriptionString.t option;An optional description for the requester gateway.
*)}val make :
?description:??? ->
?tags:??? ->
vpcId:VpcId.t ->
subnetIds:CreateRequesterGatewayRequestSubnetIdsList.t ->
securityGroupIds:CreateRequesterGatewayRequestSecurityGroupIdsList.t ->
clientToken:String_.t ->
unit ->
tval 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 ]