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::GatewayRule TrafficSplitEntry
An entry in a traffic split configuration, defining a named variant with a weight and configuration bundle reference.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ConfigurationBundle" :ConfigurationBundleReference, "Description" :String, "Metadata" :{, "Name" :Key:Value, ...}String, "Weight" :Number}
YAML
ConfigurationBundle:ConfigurationBundleReferenceDescription:StringMetadata:Name:Key:ValueStringWeight:Number
Properties
ConfigurationBundle-
The configuration bundle reference for this variant.
Required: Yes
Type: ConfigurationBundleReference
Update requires: No interruption
Description-
The description of this traffic split variant.
Required: No
Type: String
Minimum:
1Maximum:
200Update requires: No interruption
Metadata-
Key-value metadata associated with this traffic split variant.
Required: No
Type: Object of String
Pattern:
.+Minimum:
1Maximum:
256Update requires: No interruption
Name-
The name of this traffic split variant.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9]([a-zA-Z0-9-]{0,62}[a-zA-Z0-9])?$Minimum:
1Maximum:
64Update requires: No interruption
Weight-
The percentage of traffic to route to this variant. Weights across all entries must sum to 100.
Required: Yes
Type: Number
Minimum:
1Maximum:
99Update requires: No interruption