aws.gamelift.get_game_session_log_url
Example SQL Queries
SELECT * FROMaws.gamelift.get_game_session_log_urlWHERE"game_session_id" = 'VALUE';Description
Retrieves the location of stored game session logs for a specified game session on Amazon GameLift managed fleets. When a game session is terminated, Amazon GameLift automatically stores the logs in Amazon S3 and retains them for 14 days. Use this URL to download the logs.
See the Amazon Web Services Service Limits page for maximum log file sizes. Log files that exceed this limit are not saved.
Table Definition
| Column Name | Column Data Type |
|---|---|
| game_session_id Required Input Column A unique identifier for the game session to get logs for. | VARCHAR |
| _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 |
| pre_signed_url Location of the requested game session logs, available for download. This URL is valid for 15 minutes, after which S3 will reject any download request using this URL. You can request a new URL any time within the 14-day period that the logs are retained. | VARCHAR |