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

CreateLagRequest

import type { CreateLagRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/directconnect.ts";
interface CreateLagRequest {
childConnectionTags?: Tag[] | null;
connectionId?: string | null;
connectionsBandwidth: string;
lagName: string;
location: string;
numberOfConnections: number;
providerName?: string | null;
requestMACSec?: boolean | null;
tags?: Tag[] | null;
}

§Properties

§
childConnectionTags?: Tag[] | null
[src]
§
connectionId?: string | null
[src]
§
connectionsBandwidth: string
[src]
§
lagName: string
[src]
§
location: string
[src]
§
numberOfConnections: number
[src]
§
providerName?: string | null
[src]
§
requestMACSec?: boolean | null
[src]
§
tags?: Tag[] | null
[src]