AwsEc2VpnConnectionDetails
Details about an Amazon EC2 VPN connection.
Contents
- Category
-
The category of the VPN connection.
VPN
indicates an AWS VPN connection.VPN-Classic
indicates an AWS Classic VPN connection.Type: String
Pattern:
.*\S.*
Required: No
- CustomerGatewayConfiguration
-
The configuration information for the VPN connection's customer gateway, in the native XML format.
Type: String
Pattern:
.*\S.*
Required: No
- CustomerGatewayId
-
The identifier of the customer gateway that is at your end of the VPN connection.
Type: String
Pattern:
.*\S.*
Required: No
- Options
-
The VPN connection options.
Type: AwsEc2VpnConnectionOptionsDetails object
Required: No
- Routes
-
The static routes that are associated with the VPN connection.
Type: Array of AwsEc2VpnConnectionRoutesDetails objects
Required: No
- State
-
The current state of the VPN connection. Valid values are as follows:
-
available
-
deleted
-
deleting
-
pending
Type: String
Pattern:
.*\S.*
Required: No
-
- TransitGatewayId
-
The identifier of the transit gateway that is associated with the VPN connection.
Type: String
Pattern:
.*\S.*
Required: No
- Type
-
The type of VPN connection.
Type: String
Pattern:
.*\S.*
Required: No
- VgwTelemetry
-
Information about the VPN tunnel.
Type: Array of AwsEc2VpnConnectionVgwTelemetryDetails objects
Required: No
- VpnConnectionId
-
The identifier of the VPN connection.
Type: String
Pattern:
.*\S.*
Required: No
- VpnGatewayId
-
The identifier of the virtual private gateway that is at the AWS side of the VPN connection.
Type: String
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: