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

CreateFleetInput

import type { CreateFleetInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/gamelift.ts";
interface CreateFleetInput {
BuildId?: string | null;
CertificateConfiguration?: CertificateConfiguration | null;
Description?: string | null;
EC2InboundPermissions?: IpPermission[] | null;
EC2InstanceType: EC2InstanceType;
FleetType?: FleetType | null;
InstanceRoleArn?: string | null;
Locations?: LocationConfiguration[] | null;
LogPaths?: string[] | null;
MetricGroups?: string[] | null;
Name: string;
NewGameSessionProtectionPolicy?: ProtectionPolicy | null;
PeerVpcAwsAccountId?: string | null;
PeerVpcId?: string | null;
ResourceCreationLimitPolicy?: ResourceCreationLimitPolicy | null;
RuntimeConfiguration?: RuntimeConfiguration | null;
ScriptId?: string | null;
ServerLaunchParameters?: string | null;
ServerLaunchPath?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
BuildId?: string | null
[src]
§
CertificateConfiguration?: CertificateConfiguration | null
[src]
§
Description?: string | null
[src]
§
EC2InboundPermissions?: IpPermission[] | null
[src]
§
EC2InstanceType: EC2InstanceType
[src]
§
FleetType?: FleetType | null
[src]
§
InstanceRoleArn?: string | null
[src]
§
Locations?: LocationConfiguration[] | null
[src]
§
LogPaths?: string[] | null
[src]
§
MetricGroups?: string[] | null
[src]
§
Name: string
[src]
§
NewGameSessionProtectionPolicy?: ProtectionPolicy | null
[src]
§
PeerVpcAwsAccountId?: string | null
[src]
§
PeerVpcId?: string | null
[src]
§
ResourceCreationLimitPolicy?: ResourceCreationLimitPolicy | null
[src]
§
RuntimeConfiguration?: RuntimeConfiguration | null
[src]
§
ScriptId?: string | null
[src]
§
ServerLaunchParameters?: string | null
[src]
§
ServerLaunchPath?: string | null
[src]
§
Tags?: Tag[] | null
[src]