@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / AgentAliasProps
Properties for creating a CDK-Managed Agent Alias.
readonly
agent:IAgent
The agent associated to this alias.
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.