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 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 CloudFormation template, use the following syntax:
JSON
{ "Connector" :InferenceConnectorTargetConfiguration, "Provider" :InferenceProviderTargetConfiguration}
YAML
Connector:InferenceConnectorTargetConfigurationProvider:InferenceProviderTargetConfiguration
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