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

TransitGatewayConnectPeerConfiguration

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

Describes the Connect peer details.

interface TransitGatewayConnectPeerConfiguration {
InsideCidrBlocks: string[];
PeerAddress?: string | null;
Protocol?: ProtocolValue | null;
TransitGatewayAddress?: string | null;
}

§Properties

§

The BGP configuration details.

§
InsideCidrBlocks: string[]
[src]

The range of interior BGP peer IP addresses.

§
PeerAddress?: string | null
[src]

The Connect peer IP address on the appliance side of the tunnel.

§
Protocol?: ProtocolValue | null
[src]

The tunnel protocol.

§
TransitGatewayAddress?: string | null
[src]

The Connect peer IP address on the transit gateway side of the tunnel.