alias
Gets an individual alias
resource
Overview
Name | alias |
Type | Resource |
Description | alias |
Id | awscc.gamelift.alias |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
description,
name,
routing_strategy,
alias_id
FROM awscc.gamelift.alias
WHERE data__Identifier = '<AliasId>';
Permissions
To operate on the alias
resource, the following permissions are required:
Read
gamelift:DescribeAlias
Update
gamelift:UpdateAlias
Delete
gamelift:DeleteAlias