

# LambdaFunctionAggregation
<a name="API_LambdaFunctionAggregation"></a>

The details that define a findings aggregation based on Amazon Lambda functions.

## Contents
<a name="API_LambdaFunctionAggregation_Contents"></a>

 ** functionNames **   <a name="inspector2-Type-LambdaFunctionAggregation-functionNames"></a>
The Amazon Lambda function names to include in the aggregation results.  
Type: Array of [StringFilter](API_StringFilter.md) objects  
Array Members: Minimum number of 1 item. Maximum number of 10 items.  
Required: No

 ** functionTags **   <a name="inspector2-Type-LambdaFunctionAggregation-functionTags"></a>
The tags to include in the aggregation results.  
Type: Array of [MapFilter](API_MapFilter.md) objects  
Array Members: Minimum number of 1 item. Maximum number of 10 items.  
Required: No

 ** resourceIds **   <a name="inspector2-Type-LambdaFunctionAggregation-resourceIds"></a>
The resource IDs to include in the aggregation results.  
Type: Array of [StringFilter](API_StringFilter.md) objects  
Array Members: Minimum number of 1 item. Maximum number of 10 items.  
Required: No

 ** runtimes **   <a name="inspector2-Type-LambdaFunctionAggregation-runtimes"></a>
Returns findings aggregated by Amazon Lambda function runtime environments.  
Type: Array of [StringFilter](API_StringFilter.md) objects  
Array Members: Minimum number of 1 item. Maximum number of 10 items.  
Required: No

 ** sortBy **   <a name="inspector2-Type-LambdaFunctionAggregation-sortBy"></a>
The finding severity to use for sorting the results.  
Type: String  
Valid Values: `CRITICAL | HIGH | ALL`   
Required: No

 ** sortOrder **   <a name="inspector2-Type-LambdaFunctionAggregation-sortOrder"></a>
The order to use for sorting the results.  
Type: String  
Valid Values: `ASC | DESC`   
Required: No

## See Also
<a name="API_LambdaFunctionAggregation_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\+\+](https://docs.amazonaws.cn/goto/SdkForCpp/inspector2-2020-06-08/LambdaFunctionAggregation) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/inspector2-2020-06-08/LambdaFunctionAggregation) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/inspector2-2020-06-08/LambdaFunctionAggregation) 