/AWS1/CL_IN2LAMBDAFUNCAGGRRSP¶
A response that contains the results of an Amazon Web Services Lambda function finding aggregation.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_resourceid
TYPE /AWS1/IN2NONEMPTYSTRING
/AWS1/IN2NONEMPTYSTRING
¶
The resource IDs included in the aggregation results.
Optional arguments:¶
iv_functionname
TYPE /AWS1/IN2STRING
/AWS1/IN2STRING
¶
The Amazon Web Services Lambda function names included in the aggregation results.
iv_runtime
TYPE /AWS1/IN2STRING
/AWS1/IN2STRING
¶
The runtimes included in the aggregation results.
it_lambdatags
TYPE /AWS1/CL_IN2TAGMAP_W=>TT_TAGMAP
TT_TAGMAP
¶
The tags included in the aggregation results.
iv_accountid
TYPE /AWS1/IN2ACCOUNTID
/AWS1/IN2ACCOUNTID
¶
The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function.
io_severitycounts
TYPE REF TO /AWS1/CL_IN2SEVERITYCOUNTS
/AWS1/CL_IN2SEVERITYCOUNTS
¶
An object that contains the counts of aggregated finding per severity.
iv_lastmodifiedat
TYPE /AWS1/IN2DATETIMETIMESTAMP
/AWS1/IN2DATETIMETIMESTAMP
¶
The date that the Amazon Web Services Lambda function included in the aggregation results was last changed.
Queryable Attributes¶
resourceId¶
The resource IDs included in the aggregation results.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID has a value |
functionName¶
The Amazon Web Services Lambda function names included in the aggregation results.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FUNCTIONNAME() |
Getter for FUNCTIONNAME, with configurable default |
ASK_FUNCTIONNAME() |
Getter for FUNCTIONNAME w/ exceptions if field has no value |
HAS_FUNCTIONNAME() |
Determine if FUNCTIONNAME has a value |
runtime¶
The runtimes included in the aggregation results.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RUNTIME() |
Getter for RUNTIME, with configurable default |
ASK_RUNTIME() |
Getter for RUNTIME w/ exceptions if field has no value |
HAS_RUNTIME() |
Determine if RUNTIME has a value |
lambdaTags¶
The tags included in the aggregation results.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LAMBDATAGS() |
Getter for LAMBDATAGS, with configurable default |
ASK_LAMBDATAGS() |
Getter for LAMBDATAGS w/ exceptions if field has no value |
HAS_LAMBDATAGS() |
Determine if LAMBDATAGS has a value |
accountId¶
The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
severityCounts¶
An object that contains the counts of aggregated finding per severity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SEVERITYCOUNTS() |
Getter for SEVERITYCOUNTS |
lastModifiedAt¶
The date that the Amazon Web Services Lambda function included in the aggregation results was last changed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTMODIFIEDAT() |
Getter for LASTMODIFIEDAT, with configurable default |
ASK_LASTMODIFIEDAT() |
Getter for LASTMODIFIEDAT w/ exceptions if field has no valu |
HAS_LASTMODIFIEDAT() |
Determine if LASTMODIFIEDAT has a value |