View a markdown version of this page

AWS::BedrockAgentCore::GatewayTarget RuntimeTargetConfiguration - 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::GatewayTarget RuntimeTargetConfiguration

Configuration for an AgentCore Runtime target. Specifies the agent runtime to route requests to via HTTP.

Syntax

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

JSON

{ "Arn" : String, "Qualifier" : String }

YAML

Arn: String Qualifier: String

Properties

Arn

The Amazon Resource Name (ARN) of the AgentCore Runtime to route requests to.

Required: Yes

Type: String

Pattern: ^arn:aws(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:runtime/[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10}$

Update requires: No interruption

Qualifier

The qualifier for the agent runtime, used to target a specific endpoint version. If not specified, the default endpoint is used.

Required: No

Type: String

Pattern: ^(([1-9][0-9]{0,4})|([a-zA-Z][a-zA-Z0-9_]{0,47}))$

Update requires: No interruption