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
§
BalancingStrategy?: BalancingStrategy | null
[src]§
GameServerProtectionPolicy?: GameServerProtectionPolicy | null
[src]§
InstanceDefinitions?: InstanceDefinition[] | null
[src]§
Status?: GameServerGroupStatus | null
[src]§
SuspendedActions?: GameServerGroupAction[] | null
[src]