generative-ai-cdk-constructs

@cdklabs/generative-ai-cdk-constructsDocs


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

Interface: IAgentAlias

Interface for both Imported and CDK-created Agent Aliases.

Properties

agentId

readonly agentId: string

The unique identifier of the agent.

Example

`DNCJJYQKSU`

aliasArn

readonly aliasArn: string

The ARN of the agent alias.

Example

`arn:aws:bedrock:us-east-1:123456789012:agent-alias/DNCJJYQKSU/TCLCITFZTN`

aliasId

readonly aliasId: string

The unique identifier of the agent alias.

Example

`TCLCITFZTN`