/AWS1/CL_ECSMNGDSCALABLETARGET¶
Represents a scalable target.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/ECSMANAGEDRESOURCESTATUS /AWS1/ECSMANAGEDRESOURCESTATUS¶
The status of the scalable target.
iv_updatedat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP¶
The Unix timestamp for when the target was most recently updated.
iv_mincapacity TYPE /AWS1/ECSINTEGER /AWS1/ECSINTEGER¶
The minimum value to scale to in response to a scale-in activity.
iv_maxcapacity TYPE /AWS1/ECSINTEGER /AWS1/ECSINTEGER¶
The maximum value to scale to in response to a scale-out activity.
Optional arguments:¶
iv_arn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The ARN of the scalable target.
iv_statusreason TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
Information about why the scalable target is in the current status.
Queryable Attributes¶
arn¶
The ARN of the scalable target.
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 |
status¶
The status of the scalable target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
statusReason¶
Information about why the scalable target is in the current status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
updatedAt¶
The Unix timestamp for when the target was most recently updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
minCapacity¶
The minimum value to scale to in response to a scale-in activity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MINCAPACITY() |
Getter for MINCAPACITY |
maxCapacity¶
The maximum value to scale to in response to a scale-out activity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXCAPACITY() |
Getter for MAXCAPACITY |