View a markdown version of this page

AWS::BedrockAgentCore::GatewayTarget ProviderPrefix - 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 ProviderPrefix

The configuration that controls how a provider prefix is applied to model IDs during translation.

Syntax

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

JSON

{ "Separator" : String, "Strip" : Boolean }

YAML

Separator: String Strip: Boolean

Properties

Separator

The single character that separates the provider prefix from the model name (for example, .). The default is ..

Required: No

Type: String

Minimum: 1

Maximum: 1

Update requires: No interruption

Strip

Whether clients can omit the provider prefix from model IDs. If true, the gateway accepts model IDs without the prefix and restores the full prefixed form before forwarding to the provider. The default is false.

Required: No

Type: Boolean

Update requires: No interruption