/AWS1/CL_GDYECSTASK¶
Contains information about Amazon ECS task involved in a GuardDuty finding, including task definition and container identifiers.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_createdat TYPE /AWS1/GDYTIMESTAMP /AWS1/GDYTIMESTAMP¶
The timestamp indicating when the Amazon ECS task was created, in UTC format.
iv_taskdefinitionarn TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The ARN of task definition which describes the container and volume definitions of the Amazon ECS task.
iv_launchtype TYPE /AWS1/GDYECSLAUNCHTYPE /AWS1/GDYECSLAUNCHTYPE¶
The infrastructure type on which the Amazon ECS task runs.
it_containeruids TYPE /AWS1/CL_GDYCONTAINERUIDS_W=>TT_CONTAINERUIDS TT_CONTAINERUIDS¶
A list of unique identifiers for the containers associated with the Amazon ECS task.
Queryable Attributes¶
CreatedAt¶
The timestamp indicating when the Amazon ECS task was created, in UTC format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
TaskDefinitionArn¶
The ARN of task definition which describes the container and volume definitions of the Amazon ECS task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKDEFINITIONARN() |
Getter for TASKDEFINITIONARN, with configurable default |
ASK_TASKDEFINITIONARN() |
Getter for TASKDEFINITIONARN w/ exceptions if field has no v |
HAS_TASKDEFINITIONARN() |
Determine if TASKDEFINITIONARN has a value |
LaunchType¶
The infrastructure type on which the Amazon ECS task runs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAUNCHTYPE() |
Getter for LAUNCHTYPE, with configurable default |
ASK_LAUNCHTYPE() |
Getter for LAUNCHTYPE w/ exceptions if field has no value |
HAS_LAUNCHTYPE() |
Determine if LAUNCHTYPE has a value |
ContainerUids¶
A list of unique identifiers for the containers associated with the Amazon ECS task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERUIDS() |
Getter for CONTAINERUIDS, with configurable default |
ASK_CONTAINERUIDS() |
Getter for CONTAINERUIDS w/ exceptions if field has no value |
HAS_CONTAINERUIDS() |
Determine if CONTAINERUIDS has a value |