

# InventoryGroup


A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.

## Contents


 ** Filters **   <a name="systemsmanager-Type-InventoryGroup-Filters"></a>
Filters define the criteria for the group. The `matchingCount` field displays the number of resources that match the criteria. The `notMatchingCount` field displays the number of resources that don't match the criteria.   
Type: Array of [InventoryFilter](API_InventoryFilter.md) objects  
Array Members: Minimum number of 1 item. Maximum number of 5 items.  
Required: Yes

 ** Name **   <a name="systemsmanager-Type-InventoryGroup-Name"></a>
The name of the group.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 200.  
Required: Yes

## See Also


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