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 WeightedRoute
A weighted route that splits traffic between multiple gateway targets.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "TrafficSplit" :[ TargetTrafficSplitEntry, ... ]}
YAML
TrafficSplit:- TargetTrafficSplitEntry
Properties
TrafficSplit-
The traffic split entries defining how traffic is distributed between targets.
Required: Yes
Type: Array of TargetTrafficSplitEntry
Minimum:
2Maximum:
2Update requires: No interruption