/AWS1/CL_ECSSCALE¶
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_value TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The value, specified as a percent total of a service's
desiredCount, to scale the task set. Accepted values are numbers between 0 and 100.
iv_unit TYPE /AWS1/ECSSCALEUNIT /AWS1/ECSSCALEUNIT¶
The unit of measure for the scale value.
Queryable Attributes¶
value¶
The value, specified as a percent total of a service's
desiredCount, to scale the task set. Accepted values are numbers between 0 and 100.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
STR_VALUE() |
String format for VALUE |
unit¶
The unit of measure for the scale value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNIT() |
Getter for UNIT, with configurable default |
ASK_UNIT() |
Getter for UNIT w/ exceptions if field has no value |
HAS_UNIT() |
Determine if UNIT has a value |