/AWS1/CL_ECSSVCREVISIONSUMM¶
The information about the number of requested, pending, and running tasks for a service revision.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The ARN of the service revision.
iv_requestedtaskcount TYPE /AWS1/ECSINTEGER /AWS1/ECSINTEGER¶
The number of requested tasks for the service revision.
iv_runningtaskcount TYPE /AWS1/ECSINTEGER /AWS1/ECSINTEGER¶
The number of running tasks for the service revision.
iv_pendingtaskcount TYPE /AWS1/ECSINTEGER /AWS1/ECSINTEGER¶
The number of pending tasks for the service revision.
iv_requestedtesttrafweight TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The percentage of test traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.
iv_requestedprodtrafweight TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The percentage of production traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.
Queryable Attributes¶
arn¶
The ARN of the service revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
requestedTaskCount¶
The number of requested tasks for the service revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTEDTASKCOUNT() |
Getter for REQUESTEDTASKCOUNT |
runningTaskCount¶
The number of running tasks for the service revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNNINGTASKCOUNT() |
Getter for RUNNINGTASKCOUNT |
pendingTaskCount¶
The number of pending tasks for the service revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PENDINGTASKCOUNT() |
Getter for PENDINGTASKCOUNT |
requestedTestTrafficWeight¶
The percentage of test traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTEDTESTTRAFWEIGHT() |
Getter for REQUESTEDTESTTRAFFICWEIGHT, with configurable def |
ASK_REQUESTEDTESTTRAFWEIGHT() |
Getter for REQUESTEDTESTTRAFFICWEIGHT w/ exceptions if field |
STR_REQUESTEDTESTTRAFWEIGHT() |
String format for REQUESTEDTESTTRAFFICWEIGHT, with configura |
HAS_REQUESTEDTESTTRAFWEIGHT() |
Determine if REQUESTEDTESTTRAFFICWEIGHT has a value |
requestedProductionTrafficWeight¶
The percentage of production traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTEDPRODTRAFWEIGHT() |
Getter for REQUESTEDPRODTRAFFICWEIGHT, with configurable def |
ASK_REQUESTEDPRODTRAFWEIGHT() |
Getter for REQUESTEDPRODTRAFFICWEIGHT w/ exceptions if field |
STR_REQUESTEDPRODTRAFWEIGHT() |
String format for REQUESTEDPRODTRAFFICWEIGHT, with configura |
HAS_REQUESTEDPRODTRAFWEIGHT() |
Determine if REQUESTEDPRODTRAFFICWEIGHT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SERVICEREVISIONSSUMMARYLIST¶
TYPES TT_SERVICEREVISIONSSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECSSVCREVISIONSUMM WITH DEFAULT KEY
.