AWS::Bedrock::AgentAliasDefinition of AWS::Bedrock::AgentAlias Resource Type
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AgentAliasName | string | Required |
AgentId | string | RequiredCreate-only |
Description | string | |
RoutingConfiguration | Array<AgentAliasRoutingConfigurationListItem> | |
Tags | TagsMap |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AgentAliasArn | string | Arn representation of the Agent Alias. |
AgentAliasHistoryEvents | Array<AgentAliasHistoryEvent> | The list of history events for an alias for an Agent. |
AgentAliasId | string | Id for an Agent Alias generated at the server side. |
AgentAliasStatus | string | - |
CreatedAt | string | Time Stamp. |
UpdatedAt | string | Time Stamp. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::AgentAlias
Resources:
MyResource:
Type: AWS::Bedrock::AgentAlias
Properties:
AgentAliasName: "my-agentaliasname"
AgentId: "my-agentid"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock:PrepareAgentbedrock:GetAgentbedrock:CreateAgentAliasbedrock:TagResourcebedrock:GetAgentAliasbedrock:ListTagsForResourcebedrock:GetAgentAliasbedrock:ListTagsForResourcebedrock:PrepareAgentbedrock:GetAgentbedrock:UpdateAgentAliasbedrock:TagResourcebedrock:UntagResourcebedrock:GetAgentAliasbedrock:ListTagsForResourcebedrock:DeleteAgentAliasbedrock:ListAgentAliasesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAgentIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AgentId