aws.gamelift.describe_alias
Example SQL Queries
SELECT * FROMaws.gamelift.describe_aliasWHERE"alias_id" = 'VALUE';Description
Retrieves properties for an alias. This operation returns all alias metadata and settings. To get an alias's target fleet ID only, use ResolveAlias.
To get alias properties, specify the alias ID. If successful, the requested alias record is returned.
Related actions
Table Definition
| Column Name | Column Data Type |
|---|---|
| alias_id Required Input Column The unique identifier for the fleet alias that you want to retrieve. You can use either the alias ID or ARN value. | 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 |
| alias The requested alias resource. | STRUCT( |
Show child fields
| |