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

CreateConnectPeerRequest

import type { CreateConnectPeerRequest } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
interface CreateConnectPeerRequest {
BgpOptions?: BgpOptions | null;
ClientToken?: string | null;
ConnectAttachmentId: string;
CoreNetworkAddress?: string | null;
InsideCidrBlocks: string[];
PeerAddress: string;
Tags?: Tag[] | null;
}

§Properties

§
BgpOptions?: BgpOptions | null
[src]

The Connect peer BGP options.

§
ClientToken?: string | null
[src]

The client token associated with the request.

§
ConnectAttachmentId: string
[src]

The ID of the connection attachment.

§
CoreNetworkAddress?: string | null
[src]

A Connect peer core network address.

§
InsideCidrBlocks: string[]
[src]

The inside IP addresses used for BGP peering.

§
PeerAddress: string
[src]

The Connect peer address.

§
Tags?: Tag[] | null
[src]

The tags associated with the peer request.