Values.ServiceConnectTestTrafficHeaderRulesSourceThe HTTP header rules used to identify and route test traffic during Amazon ECS blue/green deployments. These rules specify which HTTP headers to examine and what values to match for routing decisions. For more information, see Service Connect for Amazon ECS blue/green deployments in the Amazon Elastic Container Service Developer Guide.
type nonrec t = {name : String_.t;The name of the HTTP header to examine for test traffic routing. Common examples include custom headers like X-Test-Version or X-Canary-Request that can be used to identify test traffic.
*)value : ServiceConnectTestTrafficHeaderMatchRules.t option;The header value matching configuration that determines how the HTTP header value is evaluated for test traffic routing decisions.
*)}