View a markdown version of this page

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

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

Syntax

To declare this entity in your 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