Skip to main content

alias

Gets an individual alias resource

Overview

Namealias
TypeResource
Descriptionalias
Idawscc.gamelift.alias

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

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