/AWS1/CL_ECSSVCCNCTTSTTRFHEA00¶
The 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.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The name of the HTTP header to examine for test traffic routing. Common examples include custom headers like
X-Test-VersionorX-Canary-Requestthat can be used to identify test traffic.
Optional arguments:¶
io_value TYPE REF TO /AWS1/CL_ECSSVCCNCTTSTTRFHEA01 /AWS1/CL_ECSSVCCNCTTSTTRFHEA01¶
The header value matching configuration that determines how the HTTP header value is evaluated for test traffic routing decisions.
Queryable Attributes¶
name¶
The name of the HTTP header to examine for test traffic routing. Common examples include custom headers like
X-Test-VersionorX-Canary-Requestthat can be used to identify test traffic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
value¶
The header value matching configuration that determines how the HTTP header value is evaluated for test traffic routing decisions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |