describeAlias
inline suspend fun GameLiftClient.describeAlias(crossinline block: DescribeAliasRequest.Builder.() -> Unit): DescribeAliasResponse
Retrieves properties for an alias. This operation returns all alias metadata and settings. To get an alias's target fleet ID only, use ResolveAlias
.
To get alias properties, specify the alias ID. If successful, the requested alias record is returned.
Related actions