AWS Fundamentals Logo
AWS Fundamentals
AWS::Bedrock::AgentAlias

Bedrock AgentAlias

Definition of AWS::Bedrock::AgentAlias Resource Type

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
AgentAliasName
string
Required
AgentId
string
RequiredCreate-only
Description
string
RoutingConfiguration
Array<AgentAliasRoutingConfigurationListItem>
Tags
TagsMap

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AgentAliasArnstringArn representation of the Agent Alias.
AgentAliasHistoryEventsArray<AgentAliasHistoryEvent>The list of history events for an alias for an Agent.
AgentAliasIdstringId for an Agent Alias generated at the server side.
AgentAliasStatusstring-
CreatedAtstringTime Stamp.
UpdatedAtstringTime Stamp.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock:PrepareAgentbedrock:GetAgentbedrock:CreateAgentAliasbedrock:TagResourcebedrock:GetAgentAliasbedrock:ListTagsForResource

read

bedrock:GetAgentAliasbedrock:ListTagsForResource

update

bedrock:PrepareAgentbedrock:GetAgentbedrock:UpdateAgentAliasbedrock:TagResourcebedrock:UntagResourcebedrock:GetAgentAliasbedrock:ListTagsForResource

delete

bedrock:DeleteAgentAlias

list

bedrock:ListAgentAliases

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceBedrock
Properties11
Required2
TaggingSupported
Primary IDAgentId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AgentId

External Links