aliases_list_only
Lists aliases
in a region or regions, for all properties use aliases
Overview
Name | aliases_list_only |
Type | Resource |
Description | The AWS::GameLift::Alias resource creates an alias for an Amazon GameLift (GameLift) fleet destination. |
Id | aws.gamelift.aliases_list_only |
Fields
Name | Datatype | Description |
---|---|---|
description | string | A human-readable description of the alias. |
name | string | A descriptive label that is associated with an alias. Alias names do not need to be unique. |
routing_strategy | object | A routing configuration that specifies where traffic is directed for this alias, such as to a fleet or to a message. |
alias_id | string | Unique alias ID |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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