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

LocationConfiguration

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

A remote location where a multi-location fleet can deploy EC2 instances for game hosting.

Related actions

"CreateFleet"

interface LocationConfiguration {
Location?: string | null;
}

§Properties

§
Location?: string | null
[src]

An AWS Region code, such as us-west-2.