Skip to content

Bedrock Agent  >  Structures  >  AgentAliasSummary

AgentAliasSummary

Structure Class

AgentAliasSummary dataclass

Contains details about an alias of an agent.

Attributes

agent_alias_id instance-attribute
agent_alias_id: str

Contains details about

agent_alias_name instance-attribute
agent_alias_name: str

The name of the alias.

agent_alias_status instance-attribute
agent_alias_status: AgentAliasStatus

The status of the alias.

alias_invocation_state class-attribute instance-attribute
alias_invocation_state: AliasInvocationState | None = None

The invocation state for the agent alias. If the agent alias is running, the value is ACCEPT_INVOCATIONS. If the agent alias is paused, the value is REJECT_INVOCATIONS. Use the UpdateAgentAlias operation to change the invocation state.

created_at instance-attribute
created_at: datetime

The time at which the alias of the agent was created.

description class-attribute instance-attribute
description: str | None = None

The description of the alias.

routing_configuration class-attribute instance-attribute
routing_configuration: list[AgentAliasRoutingConfigurationListItem] | None = None

Contains details about the version of the agent with which the alias is associated.

updated_at instance-attribute
updated_at: datetime

The time at which the alias was last updated.