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

TransitGatewayAttachmentBgpConfiguration

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

The BGP configuration information.

interface TransitGatewayAttachmentBgpConfiguration {
BgpStatus?: BgpStatus | null;
PeerAddress?: string | null;
PeerAsn?: number | null;
TransitGatewayAddress?: string | null;
TransitGatewayAsn?: number | null;
}

§Properties

§
BgpStatus?: BgpStatus | null
[src]

The BGP status.

§
PeerAddress?: string | null
[src]

The interior BGP peer IP address for the appliance.

§
PeerAsn?: number | null
[src]

The peer Autonomous System Number (ASN).

§
TransitGatewayAddress?: string | null
[src]

The interior BGP peer IP address for the transit gateway.

§
TransitGatewayAsn?: number | null
[src]

The transit gateway Autonomous System Number (ASN).