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

CreateLinkRequest

import type { CreateLinkRequest } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
interface CreateLinkRequest {
Bandwidth: Bandwidth;
Description?: string | null;
GlobalNetworkId: string;
Provider?: string | null;
SiteId: string;
Tags?: Tag[] | null;
Type?: string | null;
}

§Properties

§
Bandwidth: Bandwidth
[src]

The upload speed and download speed in Mbps.

§
Description?: string | null
[src]

A description of the link.

Constraints: Maximum length of 256 characters.

§
GlobalNetworkId: string
[src]

The ID of the global network.

§
Provider?: string | null
[src]

The provider of the link.

Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^

§
SiteId: string
[src]

The ID of the site.

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

The tags to apply to the resource during creation.

§
Type?: string | null
[src]

The type of the link.

Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^