/AWS1/CL_GDYECSCLUSTERDETAILS¶
Contains information about the details of the ECS Cluster.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_name
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The name of the ECS Cluster.
iv_arn
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The Amazon Resource Name (ARN) that identifies the cluster.
iv_status
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The status of the ECS cluster.
iv_activeservicescount
TYPE /AWS1/GDYINTEGER
/AWS1/GDYINTEGER
¶
The number of services that are running on the cluster in an ACTIVE state.
iv_regedcontainerinstscount
TYPE /AWS1/GDYINTEGER
/AWS1/GDYINTEGER
¶
The number of container instances registered into the cluster.
iv_runningtaskscount
TYPE /AWS1/GDYINTEGER
/AWS1/GDYINTEGER
¶
The number of tasks in the cluster that are in the RUNNING state.
it_tags
TYPE /AWS1/CL_GDYTAG=>TT_TAGS
TT_TAGS
¶
The tags of the ECS Cluster.
io_taskdetails
TYPE REF TO /AWS1/CL_GDYECSTASKDETAILS
/AWS1/CL_GDYECSTASKDETAILS
¶
Contains information about the details of the ECS Task.
Queryable Attributes¶
Name¶
The name of the ECS Cluster.
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 |
Arn¶
The Amazon Resource Name (ARN) that identifies the cluster.
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 ECS cluster.
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 |
ActiveServicesCount¶
The number of services that are running on the cluster in an ACTIVE state.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACTIVESERVICESCOUNT() |
Getter for ACTIVESERVICESCOUNT, with configurable default |
ASK_ACTIVESERVICESCOUNT() |
Getter for ACTIVESERVICESCOUNT w/ exceptions if field has no |
HAS_ACTIVESERVICESCOUNT() |
Determine if ACTIVESERVICESCOUNT has a value |
RegisteredContainerInstancesCount¶
The number of container instances registered into the cluster.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REGEDCONTAINERINSTSCOUNT() |
Getter for REGEDCONTAINERINSTANCESCOUNT, with configurable d |
ASK_REGEDCONTAINERINSTSCOUNT() |
Getter for REGEDCONTAINERINSTANCESCOUNT w/ exceptions if fie |
HAS_REGEDCONTAINERINSTSCOUNT() |
Determine if REGEDCONTAINERINSTANCESCOUNT has a value |
RunningTasksCount¶
The number of tasks in the cluster that are in the RUNNING state.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RUNNINGTASKSCOUNT() |
Getter for RUNNINGTASKSCOUNT, with configurable default |
ASK_RUNNINGTASKSCOUNT() |
Getter for RUNNINGTASKSCOUNT w/ exceptions if field has no v |
HAS_RUNNINGTASKSCOUNT() |
Determine if RUNNINGTASKSCOUNT has a value |
Tags¶
The tags of the ECS Cluster.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
TaskDetails¶
Contains information about the details of the ECS Task.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TASKDETAILS() |
Getter for TASKDETAILS |