---
type: resource-type
title: RuntimeEndpoint
description: aws resource type AWS::BedrockAgentCore::RuntimeEndpoint
name: RuntimeEndpoint
lexicon: aws
resource_type: AWS::BedrockAgentCore::RuntimeEndpoint
---
`AWS::BedrockAgentCore::RuntimeEndpoint`, a resource type of the aws lexicon.

## Properties

- `AgentRuntimeId` (`string`, required): The ID of the parent Agent Runtime (required for creation)
- `Name` (`string`, required): The name of the Agent Runtime Endpoint
- `AgentRuntimeArn` (`string`, optional): The ARN of the Agent Runtime
- `AgentRuntimeEndpointArn` (`string`, optional): The Amazon Resource Name (ARN) of the AgentCore Runtime.
- `AgentRuntimeVersion` (`string`, optional): The version of the AgentCore Runtime to use for the endpoint.
- `CreatedAt` (`string`, optional): The timestamp when the Agent Runtime Endpoint was created
- `Description` (`string`, optional): The description of the AgentCore Runtime endpoint.
- `FailureReason` (`string`, optional): The reason for failure if the endpoint is in a failed state
- `Id` (`string`, optional): The unique identifier of the AgentCore Runtime endpoint.
- `LastUpdatedAt` (`string`, optional): The timestamp when the Agent Runtime Endpoint was last updated
- `LiveVersion` (`string`, optional): The Live version of the Agent Runtime
- `Status` (`RuntimeEndpoint_AgentRuntimeEndpointStatus`, optional): The status of the Agent Runtime Endpoint
- `Tags` (`Record<string, unknown>`, optional)
- `TargetVersion` (`string`, optional): The target version of the AgentCore Runtime for the endpoint.

## Attributes

- `AgentRuntimeArn`
- `AgentRuntimeEndpointArn`
- `CreatedAt`
- `FailureReason`
- `Id`
- `LastUpdatedAt`
- `LiveVersion`
- `Status`
- `TargetVersion`
