AWS::BedrockAgentCore::RuntimeEndpoint - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::BedrockAgentCore::RuntimeEndpoint

AgentCore Runtime is a secure, serverless runtime purpose-built for deploying and scaling dynamic AI agents and tools using any open-source framework including LangGraph, CrewAI, and Strands Agents, any protocol, and any model.

For more information about using agent runtime endpoints in Amazon Bedrock AgentCore, see AgentCore Runtime versioning and endpoints.

See the Properties section below for descriptions of both the required and optional properties.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::BedrockAgentCore::RuntimeEndpoint", "Properties" : { "AgentRuntimeId" : String, "AgentRuntimeVersion" : String, "Description" : String, "Name" : String, "Tags" : {Key: Value, ...} } }

YAML

Type: AWS::BedrockAgentCore::RuntimeEndpoint Properties: AgentRuntimeId: String AgentRuntimeVersion: String Description: String Name: String Tags: Key: Value

Properties

AgentRuntimeId

The unique identifier of the AgentCore Runtime.

Required: Yes

Type: String

Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,99}-[a-zA-Z0-9]{10}$

Update requires: Replacement

AgentRuntimeVersion

The version of the AgentCore Runtime to use for the endpoint.

Required: No

Type: String

Pattern: ^([1-9][0-9]{0,4})$

Update requires: No interruption

Description

The description of the AgentCore Runtime endpoint.

Required: No

Type: String

Minimum: 1

Maximum: 256

Update requires: No interruption

Name

The name of the AgentCore Runtime endpoint.

Required: Yes

Type: String

Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,47}$

Minimum: 1

Maximum: 48

Update requires: Replacement

Tags

The tags for the AgentCore Runtime endpoint.

Required: No

Type: Object of String

Pattern: ^[a-zA-Z0-9\s._:/=+@-]*$

Minimum: 0

Maximum: 256

Update requires: No interruption

Return values

Ref

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

AgentRuntimeArn

The Amazon Resource Name (ARN) of the AgentCore Runtime.

AgentRuntimeEndpointArn

The Amazon Resource Name (ARN) of the AgentCore Runtime endpoint.

CreatedAt

The timestamp when the AgentCore Runtime endpoint was created.

FailureReason

The reason for failure if the AgentCore Runtime endpoint is in a failed state.

Id

The unique identifier of the AgentCore Runtime endpoint.

LastUpdatedAt

The timestamp when the AgentCore Runtime endpoint was last updated.

LiveVersion

The currently deployed version of the AgentCore Runtime on the endpoint.

Status

The current status of the AgentCore Runtime endpoint.

TargetVersion

The target version of the AgentCore Runtime for the endpoint.