TrafficSplitEntry
An entry in a traffic split configuration, defining a named variant with a weight and configuration bundle reference.
Contents
- configurationBundle
-
The configuration bundle reference for this variant.
Type: ConfigurationBundleReference object
Required: Yes
- name
-
The name of this traffic split variant.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9]([a-zA-Z0-9-]{0,62}[a-zA-Z0-9])?Required: Yes
- weight
-
The percentage of traffic to route to this variant. Weights across all entries must sum to 100.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 99.
Required: Yes
- description
-
The description of this traffic split variant.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Required: No
- metadata
-
Key-value metadata associated with this traffic split variant.
Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 25 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Value Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: