UpdateAgentAliasRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the alias.

Link copied to clipboard

Specifies a new name for the alias.

Link copied to clipboard

The unique identifier of the agent.

Link copied to clipboard

The invocation state for the agent alias. To pause the agent alias, set the value to REJECT_INVOCATIONS. To start the agent alias running again, set the value to ACCEPT_INVOCATIONS. Use the GetAgentAlias, or ListAgentAliases, operation to get the invocation state of an agent alias.

Link copied to clipboard

Specifies a new description for the alias.

Link copied to clipboard

Contains details about the routing configuration of the alias.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String