View a markdown version of this page

AWS::BedrockAgentCore::HarnessEndpoint - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::BedrockAgentCore::HarnessEndpoint

The AWS::BedrockAgentCore::HarnessEndpoint resource Property description not available. for BedrockAgentCore.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::BedrockAgentCore::HarnessEndpoint", "Properties" : { "Description" : String, "EndpointName" : String, "HarnessId" : String, "Tags" : [ Tag, ... ], "TargetVersion" : String } }

YAML

Type: AWS::BedrockAgentCore::HarnessEndpoint Properties: Description: String EndpointName: String HarnessId: String Tags: - Tag TargetVersion: String

Properties

Description

The description of the endpoint.

Required: No

Type: String

Minimum: 1

Maximum: 256

Update requires: No interruption

EndpointName

The name of the endpoint.

Required: Yes

Type: String

Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,47}$

Update requires: Replacement

HarnessId

The ID of the harness that the endpoint belongs to.

Required: Yes

Type: String

Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,39}-[a-zA-Z0-9]{10}$

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 50

Update requires: No interruption

TargetVersion

The harness version that the endpoint points to. While an update is in progress, this can differ from the live version until the endpoint finishes transitioning.

Required: No

Type: String

Pattern: ^([1-9][0-9]{0,4})$

Minimum: 1

Maximum: 5

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

The ARN of the endpoint.

CreatedAt

The timestamp when the endpoint was created.

HarnessName

The name of the harness that the endpoint belongs to.

LiveVersion

The harness version that the endpoint is currently serving.

Status

The status of the endpoint.

UpdatedAt

The timestamp when the endpoint was last updated.