AWS::BedrockAgentCore::HarnessEndpointResource 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.
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EndpointName | string | RequiredCreate-only |
HarnessId | string | RequiredCreate-only |
Description | string | |
Tags | Array<Tag> | |
TargetVersion | string | Write-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the endpoint. |
CreatedAt | string | The timestamp when the endpoint was created. |
HarnessName | string | The name of the harness that the endpoint belongs to. |
LiveVersion | string | The harness version that the endpoint is currently serving. |
Status | string | - |
UpdatedAt | string | The timestamp when the endpoint was last updated. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreateHarnessEndpointbedrock-agentcore:GetHarnessEndpointbedrock-agentcore:GetHarnessbedrock-agentcore:CreateAgentRuntimeEndpointbedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:UpdateAgentRuntimeEndpointbedrock-agentcore:TagResourcebedrock-agentcore:GetHarnessEndpointbedrock-agentcore:ListTagsForResourcebedrock-agentcore:UpdateHarnessEndpointbedrock-agentcore:GetHarnessEndpointbedrock-agentcore:GetHarnessbedrock-agentcore:CreateAgentRuntimeEndpointbedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:UpdateAgentRuntimeEndpointbedrock-agentcore:ListTagsForResourcebedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:DeleteHarnessEndpointbedrock-agentcore:GetHarnessEndpointbedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:DeleteAgentRuntimeEndpointbedrock-agentcore:ListHarnessEndpointsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
HarnessIdEndpointName