AWS::BedrockAgentCore::RuntimeEndpointAgentCore 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 { CfnRuntimeEndpoint } from 'aws-cdk-lib/aws-bedrockagentcore';Or use the module namespace:
import * as bedrockagentcore from 'aws-cdk-lib/aws-bedrockagentcore';
// bedrockagentcore.CfnRuntimeEndpointConfiguration passed to the constructor as CfnRuntimeEndpointProps.
agentRuntimeIdRequiredstringThe agent runtime ID.
nameRequiredstringThe name of the AgentCore Runtime endpoint.
agentRuntimeVersionOptionalstringThe version of the agent.
descriptionOptionalstringContains 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.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-bedrockagentcoreAWS::BedrockAgentCore::RuntimeEndpoint