/AWS1/CL_IN2LAMBDALAYERAGGR¶
The details that define a findings aggregation based on an Amazon Web Services Lambda function's layers.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_functionnames
TYPE /AWS1/CL_IN2STRINGFILTER=>TT_STRINGFILTERLIST
TT_STRINGFILTERLIST
¶
The names of the Amazon Web Services Lambda functions associated with the layers.
it_resourceids
TYPE /AWS1/CL_IN2STRINGFILTER=>TT_STRINGFILTERLIST
TT_STRINGFILTERLIST
¶
The resource IDs for the Amazon Web Services Lambda function layers.
it_layerarns
TYPE /AWS1/CL_IN2STRINGFILTER=>TT_STRINGFILTERLIST
TT_STRINGFILTERLIST
¶
The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.
iv_sortorder
TYPE /AWS1/IN2SORTORDER
/AWS1/IN2SORTORDER
¶
The order to use for sorting the results.
iv_sortby
TYPE /AWS1/IN2LAMBDALAYERSORTBY
/AWS1/IN2LAMBDALAYERSORTBY
¶
The finding severity to use for sorting the results.
Queryable Attributes¶
functionNames¶
The names of the Amazon Web Services Lambda functions associated with the layers.
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 |
resourceIds¶
The resource IDs for the Amazon Web Services Lambda function layers.
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 |
layerArns¶
The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LAYERARNS() |
Getter for LAYERARNS, with configurable default |
ASK_LAYERARNS() |
Getter for LAYERARNS w/ exceptions if field has no value |
HAS_LAYERARNS() |
Determine if LAYERARNS 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 |