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

CreateConnectAttachmentRequest

import type { CreateConnectAttachmentRequest } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
interface CreateConnectAttachmentRequest {
ClientToken?: string | null;
CoreNetworkId: string;
EdgeLocation: string;
Tags?: Tag[] | null;
TransportAttachmentId: string;
}

§Properties

§
ClientToken?: string | null
[src]

The client token associated with the request.

§
CoreNetworkId: string
[src]

The ID of a core network where you want to create the attachment.

§
EdgeLocation: string
[src]

The Region where the edge is located.

§

Options for creating an attachment.

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

The list of key-value tags associated with the request.

§
TransportAttachmentId: string
[src]

The ID of the attachment between the two connections.