AWS::BedrockAgentCore::HarnessEndpoint

BedrockAgentCore HarnessEndpoint

Resource Type definition for AWS::BedrockAgentCore::HarnessEndpoint - a named, stable reference to a specific version of a Harness that callers invoke, allowing the underlying version to be updated without changing how the agent is invoked.

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
EndpointName
string
RequiredCreate-only
HarnessId
string
RequiredCreate-only
Description
string
Tags
Array<Tag>
TargetVersion
string
Write-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the endpoint.
CreatedAtstringThe timestamp when the endpoint was created.
HarnessNamestringThe name of the harness that the endpoint belongs to.
LiveVersionstringThe harness version that the endpoint is currently serving.
Statusstring-
UpdatedAtstringThe timestamp when the endpoint was last updated.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::HarnessEndpoint

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::HarnessEndpoint
    Properties:
      HarnessId: "arn:aws:service:region:account:resource"
      EndpointName: "my-endpointname"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock-agentcore:CreateHarnessEndpointbedrock-agentcore:GetHarnessEndpointbedrock-agentcore:GetHarnessbedrock-agentcore:CreateAgentRuntimeEndpointbedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:UpdateAgentRuntimeEndpointbedrock-agentcore:TagResource

read

bedrock-agentcore:GetHarnessEndpointbedrock-agentcore:ListTagsForResource

update

bedrock-agentcore:UpdateHarnessEndpointbedrock-agentcore:GetHarnessEndpointbedrock-agentcore:GetHarnessbedrock-agentcore:CreateAgentRuntimeEndpointbedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:UpdateAgentRuntimeEndpointbedrock-agentcore:ListTagsForResourcebedrock-agentcore:TagResourcebedrock-agentcore:UntagResource

delete

bedrock-agentcore:DeleteHarnessEndpointbedrock-agentcore:GetHarnessEndpointbedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:DeleteAgentRuntimeEndpoint

list

bedrock-agentcore:ListHarnessEndpoints

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

ServiceBedrockAgentCore
Properties11
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

HarnessIdEndpointName

External Links