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:
Properties
Separator-
The single character that separates the provider prefix from the model name (for example,
.). The default is..Required: No
Type: String
Minimum:
1Maximum:
1Update 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 isfalse.Required: No
Type: Boolean
Update requires: No interruption