Skip to content

Latest commit

 

History

History
75 lines (41 loc) · 1.12 KB

File metadata and controls

75 lines (41 loc) · 1.12 KB

@cdklabs/generative-ai-cdk-constructsDocs


@cdklabs/generative-ai-cdk-constructs / bedrock / AgentAliasProps

Interface: AgentAliasProps

Interface to create a new Agent Alias.

Properties

agentId

readonly agentId: string

The unique identifier of the agent.


agentVersion?

readonly optional agentVersion: string

The version of the agent to associate with the agent alias.

Default

- Creates a new version of the agent.

aliasName?

readonly optional aliasName: string

The name for the agent alias.

Default

- 'latest'

description?

readonly optional description: string

Description for the agent alias.


resourceUpdates?

readonly optional resourceUpdates: string[]

The list of resource update timestamps to let CloudFormation determine when to update the alias.


tags?

readonly optional tags: Record<string, string>

OPTIONAL: Tag (KEY-VALUE) bedrock agent resource

Default

- false