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

TransitGatewayConnectPeer

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

Describes a transit gateway Connect peer.

interface TransitGatewayConnectPeer {
ConnectPeerConfiguration?: TransitGatewayConnectPeerConfiguration | null;
CreationTime?: Date | number | null;
Tags: Tag[];
TransitGatewayAttachmentId?: string | null;
TransitGatewayConnectPeerId?: string | null;
}

§Properties

§
ConnectPeerConfiguration?: TransitGatewayConnectPeerConfiguration | null
[src]

The Connect peer details.

§
CreationTime?: Date | number | null
[src]

The creation time.

§

The state of the Connect peer.

§
Tags: Tag[]
[src]

The tags for the Connect peer.

§
TransitGatewayAttachmentId?: string | null
[src]

The ID of the Connect attachment.

§
TransitGatewayConnectPeerId?: string | null
[src]

The ID of the Connect peer.