CustomerGateway
Describes a customer gateway.
Contents
- bgpAsn
-
The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number (ASN).
Valid values:
1
to2,147,483,647
Type: String
Required: No
- bgpAsnExtended
-
The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number (ASN).
Valid values:
2,147,483,648
to4,294,967,295
Type: String
Required: No
- certificateArn
-
The Amazon Resource Name (ARN) for the customer gateway certificate.
Type: String
Required: No
- customerGatewayId
-
The ID of the customer gateway.
Type: String
Required: No
- deviceName
-
The name of customer gateway device.
Type: String
Required: No
- ipAddress
-
IPv4 address for the customer gateway device's outside interface. The address must be static. If
OutsideIpAddressType
in your VPN connection options is set toPrivateIpv4
, you can use an RFC6598 or RFC1918 private IPv4 address. IfOutsideIpAddressType
is set toPublicIpv4
, you can use a public IPv4 address.Type: String
Required: No
- state
-
The current state of the customer gateway (
pending | available | deleting | deleted
).Type: String
Required: No
- tagSet
-
Any tags assigned to the customer gateway.
Type: Array of Tag objects
Required: No
- type
-
The type of VPN connection the customer gateway supports (
ipsec.1
).Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: