/AWS1/CL_GDYCONTAINERFNDGRES¶
Contains information about container resources involved in a GuardDuty finding. This structure provides details about containers that were identified as part of suspicious or malicious activity.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_image
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The container image information, including the image name and tag used to run the container that was involved in the finding.
Optional arguments:¶
iv_imageuid
TYPE /AWS1/GDYCONTAINERIMAGEUID
/AWS1/GDYCONTAINERIMAGEUID
¶
The unique ID associated with the container image.
Queryable Attributes¶
Image¶
The container image information, including the image name and tag used to run the container that was involved in the finding.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IMAGE() |
Getter for IMAGE, with configurable default |
ASK_IMAGE() |
Getter for IMAGE w/ exceptions if field has no value |
HAS_IMAGE() |
Determine if IMAGE has a value |
ImageUid¶
The unique ID associated with the container image.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IMAGEUID() |
Getter for IMAGEUID, with configurable default |
ASK_IMAGEUID() |
Getter for IMAGEUID w/ exceptions if field has no value |
HAS_IMAGEUID() |
Determine if IMAGEUID has a value |