/AWS1/CL_IMGIMAGESCANFNDGAGGR¶
This returns exactly one type of aggregation, based on the filter that Image Builder applies in its API action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_accountaggregation TYPE REF TO /AWS1/CL_IMGACCOUNTAGGREGATION /AWS1/CL_IMGACCOUNTAGGREGATION¶
Returns an object that contains severity counts based on an account ID.
io_imageaggregation TYPE REF TO /AWS1/CL_IMGIMAGEAGGREGATION /AWS1/CL_IMGIMAGEAGGREGATION¶
Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific image.
io_imagepipelineaggregation TYPE REF TO /AWS1/CL_IMGIMAGEPIPELINEAGGR /AWS1/CL_IMGIMAGEPIPELINEAGGR¶
Returns an object that contains severity counts based on an image pipeline ARN.
io_vulnerabilityidaggr TYPE REF TO /AWS1/CL_IMGVULNERABILITYIDAGG /AWS1/CL_IMGVULNERABILITYIDAGG¶
Returns an object that contains severity counts based on vulnerability ID.
Queryable Attributes¶
accountAggregation¶
Returns an object that contains severity counts based on an account ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTAGGREGATION() |
Getter for ACCOUNTAGGREGATION |
imageAggregation¶
Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEAGGREGATION() |
Getter for IMAGEAGGREGATION |
imagePipelineAggregation¶
Returns an object that contains severity counts based on an image pipeline ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEPIPELINEAGGREGATION() |
Getter for IMAGEPIPELINEAGGREGATION |
vulnerabilityIdAggregation¶
Returns an object that contains severity counts based on vulnerability ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VULNERABILITYIDAGGR() |
Getter for VULNERABILITYIDAGGREGATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IMAGESCANFINDINGAGGRSLIST¶
TYPES TT_IMAGESCANFINDINGAGGRSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IMGIMAGESCANFNDGAGGR WITH DEFAULT KEY
.