Values_7.CreateCustomerGatewayRequestSourceContains the parameters for CreateCustomerGateway.
type nonrec t = {bgpAsn : Values_0.Integer.t option;For customer gateway devices that support BGP, specify the device's ASN. You must specify either BgpAsn or BgpAsnExtended when creating the customer gateway. If the ASN is larger than 2,147,483,647, you must use BgpAsnExtended. Default: 65000 Valid values: 1 to 2,147,483,647
*)publicIp : Values_0.String_.t option;This member has been deprecated. The Internet-routable IP address for the customer gateway's outside interface. The address must be static.
*)certificateArn : Values_0.String_.t option;The Amazon Resource Name (ARN) for the customer gateway certificate.
*)type_ : Values_1.GatewayType.t;The type of VPN connection that this customer gateway supports (ipsec.1).
*)tagSpecifications : Values_0.TagSpecificationList.t option;The tags to apply to the customer gateway.
*)deviceName : Values_0.String_.t option;A name for the customer gateway device. Length Constraints: Up to 255 characters.
*)ipAddress : Values_0.String_.t option;The IP address for the customer gateway device's outside interface. The address must be static. If OutsideIpAddressType in your VPN connection options is set to PrivateIpv4, you can use an RFC6598 or RFC1918 private IPv4 address. If OutsideIpAddressType is set to Ipv6, you can use an IPv6 address.
*)bgpAsnExtended : Values_0.Long.t option;For customer gateway devices that support BGP, specify the device's ASN. You must specify either BgpAsn or BgpAsnExtended when creating the customer gateway. If the ASN is larger than 2,147,483,647, you must use BgpAsnExtended. Valid values: 2,147,483,648 to 4,294,967,295
*)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 :
?bgpAsn:??? ->
?publicIp:??? ->
?certificateArn:??? ->
?tagSpecifications:??? ->
?deviceName:??? ->
?ipAddress:??? ->
?bgpAsnExtended:??? ->
?dryRun:??? ->
type_:Values_1.GatewayType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `Integer of Values_0.Integer.t
| `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 ]