Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsEc2VpnConnectionDetails

import type { AwsEc2VpnConnectionDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Details about an Amazon EC2 VPN connection.

interface AwsEc2VpnConnectionDetails {
Category?: string | null;
CustomerGatewayConfiguration?: string | null;
CustomerGatewayId?: string | null;
State?: string | null;
TransitGatewayId?: string | null;
Type?: string | null;
VpnConnectionId?: string | null;
VpnGatewayId?: string | null;
}

§Properties

§
Category?: string | null
[src]

The category of the VPN connection. VPN indicates an Amazon Web Services VPN connection. VPN-Classic indicates an Amazon Web Services Classic VPN connection.

§
CustomerGatewayConfiguration?: string | null
[src]

The configuration information for the VPN connection's customer gateway, in the native XML format.

§
CustomerGatewayId?: string | null
[src]

The identifier of the customer gateway that is at your end of the VPN connection.

§

The VPN connection options.

§

The static routes that are associated with the VPN connection.

§
State?: string | null
[src]

The current state of the VPN connection. Valid values are as follows:

  • available
    
  • deleted
    
  • deleting
    
  • pending
    
§
TransitGatewayId?: string | null
[src]

The identifier of the transit gateway that is associated with the VPN connection.

§
Type?: string | null
[src]

The type of VPN connection.

§

Information about the VPN tunnel.

§
VpnConnectionId?: string | null
[src]

The identifier of the VPN connection.

§
VpnGatewayId?: string | null
[src]

The identifier of the virtual private gateway that is at the Amazon Web Services side of the VPN connection.