/AWS1/CL_IN2LAMBDAFUNCTIONAGGR¶
The details that define a findings aggregation based on Amazon Web Services Lambda functions.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_resourceids TYPE /AWS1/CL_IN2STRINGFILTER=>TT_STRINGFILTERLIST TT_STRINGFILTERLIST¶
The resource IDs to include in the aggregation results.
it_functionnames TYPE /AWS1/CL_IN2STRINGFILTER=>TT_STRINGFILTERLIST TT_STRINGFILTERLIST¶
The Amazon Web Services Lambda function names to include in the aggregation results.
it_runtimes TYPE /AWS1/CL_IN2STRINGFILTER=>TT_STRINGFILTERLIST TT_STRINGFILTERLIST¶
Returns findings aggregated by Amazon Web Services Lambda function runtime environments.
it_functiontags TYPE /AWS1/CL_IN2MAPFILTER=>TT_MAPFILTERLIST TT_MAPFILTERLIST¶
The tags to include in the aggregation results.
iv_sortorder TYPE /AWS1/IN2SORTORDER /AWS1/IN2SORTORDER¶
The order to use for sorting the results.
iv_sortby TYPE /AWS1/IN2LAMBDAFUNCTIONSORTBY /AWS1/IN2LAMBDAFUNCTIONSORTBY¶
The finding severity to use for sorting the results.
Queryable Attributes¶
resourceIds¶
The resource IDs to include in the aggregation results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEIDS() |
Getter for RESOURCEIDS, with configurable default |
ASK_RESOURCEIDS() |
Getter for RESOURCEIDS w/ exceptions if field has no value |
HAS_RESOURCEIDS() |
Determine if RESOURCEIDS has a value |
functionNames¶
The Amazon Web Services Lambda function names to include in the aggregation results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTIONNAMES() |
Getter for FUNCTIONNAMES, with configurable default |
ASK_FUNCTIONNAMES() |
Getter for FUNCTIONNAMES w/ exceptions if field has no value |
HAS_FUNCTIONNAMES() |
Determine if FUNCTIONNAMES has a value |
runtimes¶
Returns findings aggregated by Amazon Web Services Lambda function runtime environments.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNTIMES() |
Getter for RUNTIMES, with configurable default |
ASK_RUNTIMES() |
Getter for RUNTIMES w/ exceptions if field has no value |
HAS_RUNTIMES() |
Determine if RUNTIMES has a value |
functionTags¶
The tags to include in the aggregation results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTIONTAGS() |
Getter for FUNCTIONTAGS, with configurable default |
ASK_FUNCTIONTAGS() |
Getter for FUNCTIONTAGS w/ exceptions if field has no value |
HAS_FUNCTIONTAGS() |
Determine if FUNCTIONTAGS has a value |
sortOrder¶
The order to use for sorting the results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SORTORDER() |
Getter for SORTORDER, with configurable default |
ASK_SORTORDER() |
Getter for SORTORDER w/ exceptions if field has no value |
HAS_SORTORDER() |
Determine if SORTORDER has a value |
sortBy¶
The finding severity to use for sorting the results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SORTBY() |
Getter for SORTBY, with configurable default |
ASK_SORTBY() |
Getter for SORTBY w/ exceptions if field has no value |
HAS_SORTBY() |
Determine if SORTBY has a value |