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

## Properties

- `EndpointName` (`string`, required): The name of the endpoint. Must start with a letter and contain only alphanumeric characters and underscores.
- `HarnessId` (`string`, required): The ID of the harness that the endpoint belongs to.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the endpoint.
- `CreatedAt` (`string`, optional): The timestamp when the endpoint was created.
- `Description` (`string`, optional): The description of the endpoint.
- `HarnessName` (`string`, optional): The name of the harness that the endpoint belongs to.
- `LiveVersion` (`string`, optional): The harness version that the endpoint is currently serving.
- `Status` (`HarnessEndpoint_HarnessEndpointStatus`, optional)
- `Tags` (`HarnessEndpoint_Tag[]`, optional): Tags to apply to the harness endpoint resource.
- `TargetVersion` (`string`, optional): The harness version that the endpoint points to and serves invocations from.
- `UpdatedAt` (`string`, optional): The timestamp when the endpoint was last updated.

## Attributes

- `Arn`
- `CreatedAt`
- `HarnessName`
- `LiveVersion`
- `Status`
- `UpdatedAt`
