AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::BedrockAgentCore::RuntimeEndpoint

CfnRuntimeEndpoint

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](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/agent-runtime-versioning.html) . See the *Properties* section below for descriptions of both the required and optional properties.

Import

import { CfnRuntimeEndpoint } from 'aws-cdk-lib/aws-bedrockagentcore';

Or use the module namespace:

import * as bedrockagentcore from 'aws-cdk-lib/aws-bedrockagentcore';
// bedrockagentcore.CfnRuntimeEndpoint

Properties

Configuration passed to the constructor as CfnRuntimeEndpointProps.

agentRuntimeIdRequired
string

The agent runtime ID.

nameRequired
string

The name of the AgentCore Runtime endpoint.

agentRuntimeVersionOptional
string

The version of the agent.

descriptionOptional
string

Contains information about an agent runtime endpoint. An agent runtime is the execution environment for a Amazon Bedrock Agent.

tagsOptional
{ [key: string]: string }

The tags for the AgentCore Runtime endpoint.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-bedrockagentcore
CFN TypeAWS::BedrockAgentCore::RuntimeEndpoint
Properties5

External Links