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

GameServerGroup

import type { GameServerGroup } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/gamelift.ts";
interface GameServerGroup {
AutoScalingGroupArn?: string | null;
BalancingStrategy?: BalancingStrategy | null;
CreationTime?: Date | number | null;
GameServerGroupArn?: string | null;
GameServerGroupName?: string | null;
GameServerProtectionPolicy?: GameServerProtectionPolicy | null;
InstanceDefinitions?: InstanceDefinition[] | null;
LastUpdatedTime?: Date | number | null;
RoleArn?: string | null;
Status?: GameServerGroupStatus | null;
StatusReason?: string | null;
SuspendedActions?: GameServerGroupAction[] | null;
}

§Properties

§
AutoScalingGroupArn?: string | null
[src]
§
BalancingStrategy?: BalancingStrategy | null
[src]
§
CreationTime?: Date | number | null
[src]
§
GameServerGroupArn?: string | null
[src]
§
GameServerGroupName?: string | null
[src]
§
GameServerProtectionPolicy?: GameServerProtectionPolicy | null
[src]
§
InstanceDefinitions?: InstanceDefinition[] | null
[src]
§
LastUpdatedTime?: Date | number | null
[src]
§
RoleArn?: string | null
[src]
§
StatusReason?: string | null
[src]
§
SuspendedActions?: GameServerGroupAction[] | null
[src]