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?: {} | null;
[key: string]: string | null | undefined;
VpcConfig?: VpcConfig | null;
}§Properties
§
ComputeCapacity: ComputeCapacity
[src]§
DomainJoinInfo?: DomainJoinInfo | null
[src]§
StreamView?: StreamView | null
[src]