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

CustomerGateway

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

Describes a customer gateway.

interface CustomerGateway {
BgpAsn?: string | null;
CertificateArn?: string | null;
CustomerGatewayId?: string | null;
DeviceName?: string | null;
IpAddress?: string | null;
State?: string | null;
Tags: Tag[];
Type?: string | null;
}

§Properties

§
BgpAsn?: string | null
[src]

The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).

§
CertificateArn?: string | null
[src]

The Amazon Resource Name (ARN) for the customer gateway certificate.

§
CustomerGatewayId?: string | null
[src]

The ID of the customer gateway.

§
DeviceName?: string | null
[src]

The name of customer gateway device.

§
IpAddress?: string | null
[src]

The Internet-routable IP address of the customer gateway's outside interface.

§
State?: string | null
[src]

The current state of the customer gateway (pending | available | deleting | deleted).

§
Tags: Tag[]
[src]

Any tags assigned to the customer gateway.

§
Type?: string | null
[src]

The type of VPN connection the customer gateway supports (ipsec.1).