Values_7.CreateVpnGatewayRequestSourceContains the parameters for CreateVpnGateway.
type nonrec t = {availabilityZone : Values_0.String_.t option;The Availability Zone for the virtual private gateway.
*)type_ : Values_1.GatewayType.t;The type of VPN connection this virtual private gateway supports.
*)tagSpecifications : Values_0.TagSpecificationList.t option;The tags to apply to the virtual private gateway.
*)amazonSideAsn : Values_0.Long.t option;A private Autonomous System Number (ASN) for the Amazon side of a BGP session. If you're using a 16-bit ASN, it must be in the 64512 to 65534 range. If you're using a 32-bit ASN, it must be in the 4200000000 to 4294967294 range. Default: 64512
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)}val make :
?availabilityZone:??? ->
?tagSpecifications:??? ->
?amazonSideAsn:??? ->
?dryRun:??? ->
type_:Values_1.GatewayType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ]
list ])
list ]
list
| `Long of Values_0.Long.t
| `String of Values_0.String_.t ])
list ]