This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Bedrock::AgentAlias AgentAliasHistoryEvent
Contains details about the history of the alias.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "EndDate" :String, "RoutingConfiguration" :[ AgentAliasRoutingConfigurationListItem, ... ], "StartDate" :String}
YAML
EndDate:StringRoutingConfiguration:- AgentAliasRoutingConfigurationListItemStartDate:String
Properties
EndDate-
The date that the alias stopped being associated to the version in the
routingConfigurationobjectRequired: 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:
1Update requires: No interruption
StartDate-
The date that the alias began being associated to the version in the
routingConfigurationobject.Required: No
Type: String
Update requires: No interruption