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 TargetTrafficSplitEntry
An entry in a target traffic split configuration.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "Metadata" :{, "Name" :Key:Value, ...}String, "TargetName" :String, "Weight" :Number}
YAML
Description:StringMetadata:Name:Key:ValueStringTargetName:StringWeight:Number
Properties
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
TargetName-
The name of the target to route traffic to.
Required: Yes
Type: String
Pattern:
^([0-9a-zA-Z][-]?){1,100}$Update requires: No interruption
Weight-
The percentage of traffic to route to this variant.
Required: Yes
Type: Number
Minimum:
1Maximum:
99Update requires: No interruption