/AWS1/CL_DETRELATEDFNDGDETAIL¶
Details related activities associated with a potential security event. Lists all distinct categories of evidence that are connected to the resource or the finding group.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/DETENTITYARN /AWS1/DETENTITYARN¶
The Amazon Resource Name (ARN) of the related finding.
iv_type TYPE /AWS1/DETTYPE /AWS1/DETTYPE¶
The type of finding.
iv_ipaddress TYPE /AWS1/DETIPADDRESS /AWS1/DETIPADDRESS¶
The IP address of the finding.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the related finding.
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 |
Type¶
The type of finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
IpAddress¶
The IP address of the finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPADDRESS() |
Getter for IPADDRESS, with configurable default |
ASK_IPADDRESS() |
Getter for IPADDRESS w/ exceptions if field has no value |
HAS_IPADDRESS() |
Determine if IPADDRESS has a value |