View a markdown version of this page

AWS::BedrockAgentCore::GatewayTarget InferenceTargetConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::BedrockAgentCore::GatewayTarget InferenceTargetConfiguration

The configuration for an inference target. An inference target routes requests to a large language model (LLM) provider, either through a built-in connector or an explicitly configured provider.

Syntax

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

Properties

Connector

The connector-based inference configuration. Use this option to route requests to an LLM provider through a built-in connector that includes predefined provider rules.

Required: No

Type: InferenceConnectorTargetConfiguration

Update requires: No interruption

Provider

The provider-based inference configuration. Use this option to explicitly configure the endpoint, model mapping, and operations for an LLM provider.

Required: No

Type: InferenceProviderTargetConfiguration

Update requires: No interruption