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

CreateFleetRequest

import type { CreateFleetRequest } from "https://aws-api.deno.dev/v0.4/services/worklink.ts?docs=full";
interface CreateFleetRequest {
DisplayName?: string | null;
FleetName: string;
OptimizeForEndUserLocation?: boolean | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
DisplayName?: string | null
[src]

The fleet name to display.

§
FleetName: string
[src]

A unique name for the fleet.

§
OptimizeForEndUserLocation?: boolean | null
[src]

The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags to add to the resource. A tag is a key-value pair.