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

CreateGameServerGroupOutput

import type { CreateGameServerGroupOutput } from "https://aws-api.deno.dev/v0.3/services/gamelift.ts?docs=full";
interface CreateGameServerGroupOutput {
GameServerGroup?: GameServerGroup | null;
}

§Properties

§
GameServerGroup?: GameServerGroup | null
[src]

The newly created game server group object, including the new ARN value for the GameLift FleetIQ game server group and the object's status. The EC2 Auto Scaling group ARN is initially null, since the group has not yet been created. This value is added once the game server group status reaches ACTIVE.