/AWS1/CL_SHBAWSSECFINDINGID¶
Identifies which finding to get the finding history for.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The identifier of the finding that was specified by the finding provider.
iv_productarn TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The ARN generated by Security Hub that uniquely identifies a product that generates findings. This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for a custom integration.
Queryable Attributes¶
Id¶
The identifier of the finding that was specified by the finding provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
ProductArn¶
The ARN generated by Security Hub that uniquely identifies a product that generates findings. This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for a custom integration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRODUCTARN() |
Getter for PRODUCTARN, with configurable default |
ASK_PRODUCTARN() |
Getter for PRODUCTARN w/ exceptions if field has no value |
HAS_PRODUCTARN() |
Determine if PRODUCTARN has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AWSSECURITYFINDINGIDLIST¶
TYPES TT_AWSSECURITYFINDINGIDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBAWSSECFINDINGID WITH DEFAULT KEY
.