Skip to main content

aliases_list_only

Lists aliases in a region or regions, for all properties use aliases

Overview

Namealiases_list_only
TypeResource
DescriptionThe AWS::GameLift::Alias resource creates an alias for an Amazon GameLift (GameLift) fleet destination.
Idaws.gamelift.aliases_list_only

Fields

NameDatatypeDescription
descriptionstringA human-readable description of the alias.
namestringA descriptive label that is associated with an alias. Alias names do not need to be unique.
routing_strategyobjectA routing configuration that specifies where traffic is directed for this alias, such as to a fleet or to a message.
alias_idstringUnique alias ID
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all aliases in a region.

SELECT
region,
alias_id
FROM aws.gamelift.aliases_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the aliases_list_only resource, see aliases