AWS::Bedrock::AgentAlias AgentAliasHistoryEvent
Contains details about the history of the alias.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "EndDate" :
String
, "RoutingConfiguration" :[ AgentAliasRoutingConfigurationListItem, ... ]
, "StartDate" :String
}
YAML
EndDate:
String
RoutingConfiguration:- AgentAliasRoutingConfigurationListItem
StartDate:String
Properties
EndDate
-
The date that the alias stopped being associated to the version in the
routingConfiguration
objectRequired: No
Type: String
Update requires: No interruption
RoutingConfiguration
-
Contains details about the version of the agent with which the alias is associated.
Required: No
Type: Array of AgentAliasRoutingConfigurationListItem
Maximum:
1
Update requires: No interruption
StartDate
-
The date that the alias began being associated to the version in the
routingConfiguration
object.Required: No
Type: String
Update requires: No interruption