View a markdown version of this page

AWS::BedrockAgentCore::GatewayTarget InferenceOperationConfiguration - 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 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: - ModelEntry Path: String ProviderPath: String

Properties

Models

The list of models supported for this operation.

Required: No

Type: Array of ModelEntry

Minimum: 1

Maximum: 100

Update requires: No interruption

Path

The request path for this operation (for example, /v1/messages or /v1/responses).

Required: Yes

Type: String

Pattern: ^/[a-zA-Z0-9\-\._/]+$

Minimum: 1

Maximum: 256

Update requires: No interruption

ProviderPath

The provider path to forward requests to, if it differs from the request path. For example, /anthropic/v1/messages when the provider expects a different path than the client-facing /v1/messages.

Required: No

Type: String

Pattern: ^/[a-zA-Z0-9\-\._/]+$

Minimum: 1

Maximum: 256

Update requires: No interruption