Data Source schema for AWS::GameLift::Alias
id
(String) Uniquely identifies the resource.alias_id
(String) Unique alias IDdescription
(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
(Attributes) A routing configuration that specifies where traffic is directed for this alias, such as to a fleet or to a message. (see below for nested schema)routing_strategy
Read-Only:
fleet_id
(String) A unique identifier for a fleet that the alias points to. If you specify SIMPLE for the Type property, you must specify this property.message
(String) The message text to be used with a terminal routing strategy. If you specify TERMINAL for the Type property, you must specify this property.type
(String) Simple routing strategy. The alias resolves to one specific fleet. Use this type when routing to active fleets.