@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / bedrock / AgentAliasProps
Interface to create a new Agent Alias.
readonly
agentId:string
The unique identifier of the agent.
readonly
optional
agentVersion:string
The version of the agent to associate with the agent alias.
- Creates a new version of the agent.
readonly
optional
aliasName:string
The name for the agent alias.
- 'latest'
readonly
optional
description:string
Description for the agent alias.
readonly
optional
resourceUpdates:string
[]
The list of resource update timestamps to let CloudFormation determine when to update the alias.
readonly
optional
tags:Record
<string
,string
>
OPTIONAL: Tag (KEY-VALUE) bedrock agent resource
- false