AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockAgentCore::RuntimeEndpoint

BedrockAgentCore RuntimeEndpoint

Resource definition for AWS::BedrockAgentCore::RuntimeEndpoint

Properties

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

Filter:
PropertyTypeFlags
AgentRuntimeId
string
RequiredCreate-only
Name
string
RequiredCreate-only
AgentRuntimeVersion
string
Description
string
Tags
TagsMap

Return Values

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

AttributeTypeDescription
AgentRuntimeArnstringThe ARN of the Agent Runtime
AgentRuntimeEndpointArnstringThe Amazon Resource Name (ARN) of the AgentCore Runtime.
CreatedAtstringThe timestamp when the Agent Runtime Endpoint was created
FailureReasonstringThe reason for failure if the endpoint is in a failed state
IdstringThe unique identifier of the AgentCore Runtime endpoint.
LastUpdatedAtstringThe timestamp when the Agent Runtime Endpoint was last updated
LiveVersionstringThe Live version of the Agent Runtime
StatusstringThe status of the Agent Runtime Endpoint
TargetVersionstringThe target version of the AgentCore Runtime for the endpoint.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::RuntimeEndpoint

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::RuntimeEndpoint
    Properties:
      AgentRuntimeId: "my-agentruntimeid"
      Name: "my-name"
      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-agentcore:CreateAgentRuntimeEndpointbedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:TagResourcebedrock-agentcore:ListTagsForResource

read

bedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:ListTagsForResource

update

bedrock-agentcore:UpdateAgentRuntimeEndpointbedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResource

delete

bedrock-agentcore:DeleteAgentRuntimeEndpointbedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpoint

list

bedrock-agentcore:ListAgentRuntimeEndpoints

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

ServiceBedrockAgentCore
Properties14
Required2
TaggingSupported
Primary IDAgentRuntimeEndpointArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

AgentRuntimeIdName

External Links