GetAliasResult

data class GetAliasResult(val aliasId: String? = null, val description: String? = null, val name: String? = null, val routingStrategy: AliasRoutingStrategy? = null)

Constructors

Link copied to clipboard
constructor(aliasId: String? = null, description: String? = null, name: String? = null, routingStrategy: AliasRoutingStrategy? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aliasId: String? = null

Unique alias ID

Link copied to clipboard
val description: String? = null

A human-readable description of the alias.

Link copied to clipboard
val name: String? = null

A descriptive label that is associated with an alias. Alias names do not need to be unique.

Link copied to clipboard

A routing configuration that specifies where traffic is directed for this alias, such as to a fleet or to a message.