Interface: AgentAliasProps
March 19, 2026 ยท View on GitHub
@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / AgentAliasProps
Interface: AgentAliasProps
Properties for creating a CDK-Managed Agent Alias.
Properties
agent
readonlyagent:IAgent
The agent associated to this alias.
agentVersion?
readonlyoptionalagentVersion?:string
The version of the agent to associate with the agent alias.
Default
- Creates a new version of the agent.
aliasName?
readonlyoptionalaliasName?:string
The name for the agent alias.
Default
- "latest-{hash}"
description?
readonlyoptionaldescription?:string
Description for the agent alias.