AWS::Bedrock::AgentAliasSpecifies 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 { CfnAgentAlias } from 'aws-cdk-lib/aws-bedrock';Or use the module namespace:
import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnAgentAliasConfiguration passed to the constructor as CfnAgentAliasProps.
agentAliasNameRequiredstringThe name of the alias of the agent.
agentIdRequiredstringThe unique identifier of the agent.
descriptionOptionalstringThe description of the alias of the agent.
routingConfigurationOptionalIResolvable | 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)
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-bedrockAWS::Bedrock::AgentAlias