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

VpnGateway

import type { VpnGateway } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes a virtual private gateway.

interface VpnGateway {
AmazonSideAsn?: number | null;
AvailabilityZone?: string | null;
State?: VpnState | null;
Tags: Tag[];
Type?: GatewayType | null;
VpcAttachments: VpcAttachment[];
VpnGatewayId?: string | null;
}

§Properties

§
AmazonSideAsn?: number | null
[src]

The private Autonomous System Number (ASN) for the Amazon side of a BGP session.

§
AvailabilityZone?: string | null
[src]

The Availability Zone where the virtual private gateway was created, if applicable. This field may be empty or not returned.

§
State?: VpnState | null
[src]

The current state of the virtual private gateway.

§
Tags: Tag[]
[src]

Any tags assigned to the virtual private gateway.

§
Type?: GatewayType | null
[src]

The type of VPN connection the virtual private gateway supports.

§
VpcAttachments: VpcAttachment[]
[src]

Any VPCs attached to the virtual private gateway.

§
VpnGatewayId?: string | null
[src]

The ID of the virtual private gateway.