game_server_groups
Retrieves a list of game_server_groups
in a region
Overview
Name | game_server_groups |
Type | Resource |
Description | game_server_groups |
Id | awscc.gamelift.game_server_groups |
Fields
Name | Datatype | Description |
---|---|---|
game_server_group_arn | undefined | A generated unique ID for the game server group. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
game_server_group_arn
FROM awscc.gamelift.game_server_groups
WHERE region = 'us-east-1'
Permissions
To operate on the game_server_groups
resource, the following permissions are required:
Create
gamelift:CreateGameServerGroup,
gamelift:TagResource,
gamelift:DescribeGameServerGroup,
iam:assumeRole,
iam:PassRole,
iam:CreateServiceLinkedRole,
ec2:DescribeAvailabilityZones,
ec2:DescribeSubnets,
ec2:RunInstances,
ec2:CreateTags,
ec2:DescribeLaunchTemplateVersions,
autoscaling:CreateAutoScalingGroup,
autoscaling:DescribeLifecycleHooks,
autoscaling:DescribeNotificationConfigurations,
autoscaling:CreateAutoScalingGroup,
autoscaling:CreateOrUpdateTags,
autoscaling:DescribeAutoScalingGroups,
autoscaling:ExitStandby,
autoscaling:PutLifecycleHook,
autoscaling:PutScalingPolicy,
autoscaling:ResumeProcesses,
autoscaling:SetInstanceProtection,
autoscaling:UpdateAutoScalingGroup,
events:PutRule,
events:PutTargets
List
gamelift:ListGameServerGroups