aws.gamelift.list_locations
Example SQL Queries
SELECT * FROMaws.gamelift.list_locations;Description
Lists all custom and Amazon Web Services locations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Filters the list for AWS or CUSTOM locations. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| location_arn The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift location resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912. | VARCHAR |
| location_name The location's name. | VARCHAR |