Skip to content

/AWS1/CL_ECSSVCCNCTTSTTRFHEA01

The header matching rules for test traffic routing in Amazon ECS blue/green deployments. These rules determine how incoming requests are matched based on HTTP headers to route test traffic to the new service revision.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_exact TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

The exact value that the HTTP header must match for the test traffic routing rule to apply. This provides precise control over which requests are routed to the new service revision during blue/green deployments.


Queryable Attributes

exact

The exact value that the HTTP header must match for the test traffic routing rule to apply. This provides precise control over which requests are routed to the new service revision during blue/green deployments.

Accessible with the following methods

Method Description
GET_EXACT() Getter for EXACT, with configurable default
ASK_EXACT() Getter for EXACT w/ exceptions if field has no value
HAS_EXACT() Determine if EXACT has a value