View a markdown version of this page

RuntimeTargetConfiguration - Amazon Bedrock AgentCore Control Plane

RuntimeTargetConfiguration

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

Contents

arn

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

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}

Required: Yes

qualifier

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

Type: String

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

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: