/AWS1/CL_DPLTGTGROUPPAIRINFO¶
Information about two target groups and how traffic is routed during an Amazon ECS deployment. An optional test traffic route can be specified.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_targetgroups
TYPE /AWS1/CL_DPLTARGETGROUPINFO=>TT_TARGETGROUPINFOLIST
TT_TARGETGROUPINFOLIST
¶
One pair of target groups. One is associated with the original task set. The second is associated with the task set that serves traffic after the deployment is complete.
io_prodtrafficroute
TYPE REF TO /AWS1/CL_DPLTRAFFICROUTE
/AWS1/CL_DPLTRAFFICROUTE
¶
The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.
io_testtrafficroute
TYPE REF TO /AWS1/CL_DPLTRAFFICROUTE
/AWS1/CL_DPLTRAFFICROUTE
¶
An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a deployment.
Queryable Attributes¶
targetGroups¶
One pair of target groups. One is associated with the original task set. The second is associated with the task set that serves traffic after the deployment is complete.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETGROUPS() |
Getter for TARGETGROUPS, with configurable default |
ASK_TARGETGROUPS() |
Getter for TARGETGROUPS w/ exceptions if field has no value |
HAS_TARGETGROUPS() |
Determine if TARGETGROUPS has a value |
prodTrafficRoute¶
The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PRODTRAFFICROUTE() |
Getter for PRODTRAFFICROUTE |
testTrafficRoute¶
An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a deployment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TESTTRAFFICROUTE() |
Getter for TESTTRAFFICROUTE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TARGETGROUPPAIRINFOLIST
¶
TYPES TT_TARGETGROUPPAIRINFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DPLTGTGROUPPAIRINFO WITH DEFAULT KEY
.