Skip to content

Bedrock Agent  >  Structures  >  AgentAliasHistoryEvent

AgentAliasHistoryEvent

Structure Class

AgentAliasHistoryEvent dataclass

Contains details about the history of the alias.

Attributes

end_date class-attribute instance-attribute
end_date: datetime | None = None

The date that the alias stopped being associated to the version in the routingConfiguration object

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.

start_date class-attribute instance-attribute
start_date: datetime | None = None

The date that the alias began being associated to the version in the routingConfiguration object.