AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Bedrock::AgentAlias

CfnAgentAlias

Specifies an agent alias as a resource in a top-level template. Minimally, you must specify the following properties:. - AgentAliasName – Specify a name for the alias. For more information about creating aliases for an agent in Amazon Bedrock , see [Deploy an Amazon Bedrock agent](https://docs.aws.amazon.com/bedrock/latest/userguide/agents-deploy.html) . See the *Properties* section below for descriptions of both the required and optional properties.

Import

import { CfnAgentAlias } from 'aws-cdk-lib/aws-bedrock';

Or use the module namespace:

import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnAgentAlias

Properties

Configuration passed to the constructor as CfnAgentAliasProps.

agentAliasNameRequired
string

The name of the alias of the agent.

agentIdRequired
string

The unique identifier of the agent.

descriptionOptional
string

The description of the alias of the agent.

routingConfigurationOptional
IResolvable | IResolvable | AgentAliasRoutingConfigurationListItemProperty[]

Contains details about the routing configuration of the alias.

tagsOptional
{ [key: string]: string }

Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:. - [Tag naming limits and requirements](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html#tag-conventions) - [Tagging best practices](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html#tag-best-practices)

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter