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 InferenceOperationConfiguration
The configuration for a specific inference operation, including its request path and the models that the operation supports.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Models" :[ ModelEntry, ... ], "Path" :String, "ProviderPath" :String}
YAML
Models:- ModelEntryPath:StringProviderPath:String
Properties
Models-
The list of models supported for this operation.
Required: No
Type: Array of ModelEntry
Minimum:
1Maximum:
100Update requires: No interruption
Path-
The request path for this operation (for example,
/v1/messagesor/v1/responses).Required: Yes
Type: String
Pattern:
^/[a-zA-Z0-9\-\._/]+$Minimum:
1Maximum:
256Update requires: No interruption
ProviderPath-
The provider path to forward requests to, if it differs from the request path. For example,
/anthropic/v1/messageswhen the provider expects a different path than the client-facing/v1/messages.Required: No
Type: String
Pattern:
^/[a-zA-Z0-9\-\._/]+$Minimum:
1Maximum:
256Update requires: No interruption