

# DifferentialPrivacyPrivacyBudgetAggregation


Information about the total number of aggregations, as well as the remaining aggregations.

## Contents


 ** maxCount **   <a name="API-Type-DifferentialPrivacyPrivacyBudgetAggregation-maxCount"></a>
The maximum number of aggregation functions that you can perform with the given privacy budget.  
Type: Integer  
Valid Range: Minimum value of 0.  
Required: Yes

 ** remainingCount **   <a name="API-Type-DifferentialPrivacyPrivacyBudgetAggregation-remainingCount"></a>
The remaining number of aggregation functions that can be run with the available privacy budget.  
Type: Integer  
Valid Range: Minimum value of 0.  
Required: Yes

 ** type **   <a name="API-Type-DifferentialPrivacyPrivacyBudgetAggregation-type"></a>
The different types of aggregation functions that you can perform.  
Type: String  
Valid Values: `AVG | COUNT | COUNT_DISTINCT | SUM | STDDEV`   
Required: Yes

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/cleanrooms-2022-02-17/DifferentialPrivacyPrivacyBudgetAggregation) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/cleanrooms-2022-02-17/DifferentialPrivacyPrivacyBudgetAggregation) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/cleanrooms-2022-02-17/DifferentialPrivacyPrivacyBudgetAggregation) 