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

Location

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

Information about an Direct Connect location.

interface Location {
availableMacSecPortSpeeds?: string[] | null;
availablePortSpeeds?: string[] | null;
availableProviders?: string[] | null;
locationCode?: string | null;
locationName?: string | null;
region?: string | null;
}

§Properties

§
availableMacSecPortSpeeds?: string[] | null
[src]

The available MAC Security (MACsec) port speeds for the location.

§
availablePortSpeeds?: string[] | null
[src]

The available port speeds for the location.

§
availableProviders?: string[] | null
[src]

The name of the service provider for the location.

§
locationCode?: string | null
[src]

The code for the location.

§
locationName?: string | null
[src]

The name of the location. This includes the name of the colocation partner and the physical site of the building.

§
region?: string | null
[src]

The Amazon Web Services Region for the location.