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-gyr5wj9zj0fg.deno.dev/v0.2/services/appstream.ts";
interface CreateFleetRequest {
ComputeCapacity: ComputeCapacity;
Description?: string | null;
DisconnectTimeoutInSeconds?: number | null;
DisplayName?: string | null;
DomainJoinInfo?: DomainJoinInfo | null;
EnableDefaultInternetAccess?: boolean | null;
FleetType?: FleetType | null;
IamRoleArn?: string | null;
IdleDisconnectTimeoutInSeconds?: number | null;
ImageArn?: string | null;
ImageName?: string | null;
InstanceType: string;
MaxUserDurationInSeconds?: number | null;
Name: string;
StreamView?: StreamView | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
VpcConfig?: VpcConfig | null;
}

§Properties

§
ComputeCapacity: ComputeCapacity
[src]
§
Description?: string | null
[src]
§
DisconnectTimeoutInSeconds?: number | null
[src]
§
DisplayName?: string | null
[src]
§
DomainJoinInfo?: DomainJoinInfo | null
[src]
§
EnableDefaultInternetAccess?: boolean | null
[src]
§
FleetType?: FleetType | null
[src]
§
IamRoleArn?: string | null
[src]
§
IdleDisconnectTimeoutInSeconds?: number | null
[src]
§
ImageArn?: string | null
[src]
§
ImageName?: string | null
[src]
§
InstanceType: string
[src]
§
MaxUserDurationInSeconds?: number | null
[src]
§
Name: string
[src]
§
StreamView?: StreamView | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
VpcConfig?: VpcConfig | null
[src]