/AWS1/CL_GDYCOVERAGEECSCLSTD00¶
Contains information about Amazon ECS cluster runtime coverage details.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_clustername TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The name of the Amazon ECS cluster.
io_fargatedetails TYPE REF TO /AWS1/CL_GDYFARGATEDETAILS /AWS1/CL_GDYFARGATEDETAILS¶
Information about the Fargate details associated with the Amazon ECS cluster.
io_containerinstancedetails TYPE REF TO /AWS1/CL_GDYCONTAINERINSTDETS /AWS1/CL_GDYCONTAINERINSTDETS¶
Information about the Amazon ECS container running on Amazon EC2 instance.
Queryable Attributes¶
ClusterName¶
The name of the Amazon ECS cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERNAME() |
Getter for CLUSTERNAME, with configurable default |
ASK_CLUSTERNAME() |
Getter for CLUSTERNAME w/ exceptions if field has no value |
HAS_CLUSTERNAME() |
Determine if CLUSTERNAME has a value |
FargateDetails¶
Information about the Fargate details associated with the Amazon ECS cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FARGATEDETAILS() |
Getter for FARGATEDETAILS |
ContainerInstanceDetails¶
Information about the Amazon ECS container running on Amazon EC2 instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERINSTANCEDETAILS() |
Getter for CONTAINERINSTANCEDETAILS |