resolveAlias
inline suspend fun GameLiftClient.resolveAlias(crossinline block: ResolveAliasRequest.Builder.() -> Unit): ResolveAliasResponse
Attempts to retrieve a fleet ID that is associated with an alias. Specify a unique alias identifier.
If the alias has a SIMPLE
routing strategy, Amazon GameLift Servers returns a fleet ID. If the alias has a TERMINAL
routing strategy, the result is a TerminalRoutingStrategyException
.
Related actions