/AWS1/CL_GDYECSCLUSTER¶
Contains information about the Amazon ECS cluster involved in a GuardDuty finding, including cluster identification and status.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/GDYECSCLUSTERSTATUS /AWS1/GDYECSCLUSTERSTATUS¶
The current status of the Amazon ECS cluster.
it_ec2instanceuids TYPE /AWS1/CL_GDYEC2INSTANCEUIDS_W=>TT_EC2INSTANCEUIDS TT_EC2INSTANCEUIDS¶
A list of unique identifiers for the Amazon EC2 instances that serve as container instances in the Amazon ECS cluster.
Queryable Attributes¶
Status¶
The current status of the Amazon 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 |
Ec2InstanceUids¶
A list of unique identifiers for the Amazon EC2 instances that serve as container instances in the Amazon ECS cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EC2INSTANCEUIDS() |
Getter for EC2INSTANCEUIDS, with configurable default |
ASK_EC2INSTANCEUIDS() |
Getter for EC2INSTANCEUIDS w/ exceptions if field has no val |
HAS_EC2INSTANCEUIDS() |
Determine if EC2INSTANCEUIDS has a value |