

# CollaborationPrivacyBudgetSummary
<a name="API_CollaborationPrivacyBudgetSummary"></a>

A summary of the collaboration privacy budgets. This summary includes the collaboration information, creation information, epsilon provided, and utility in terms of aggregations.

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

 ** budget **   <a name="API-Type-CollaborationPrivacyBudgetSummary-budget"></a>
The includes epsilon provided and utility in terms of aggregations.  
Type: [PrivacyBudget](API_PrivacyBudget.md) object  
 **Note: **This object is a Union. Only one member of this object can be specified or returned.  
Required: Yes

 ** collaborationArn **   <a name="API-Type-CollaborationPrivacyBudgetSummary-collaborationArn"></a>
The ARN of the collaboration that includes this privacy budget.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 100.  
Pattern: `arn:aws:[\w]+:[\w]{2}-[\w]{4,9}-[\d]:[\d]{12}:collaboration/[\d\w-]+`   
Required: Yes

 ** collaborationId **   <a name="API-Type-CollaborationPrivacyBudgetSummary-collaborationId"></a>
The unique identifier of the collaboration that includes this privacy budget.  
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}`   
Required: Yes

 ** createTime **   <a name="API-Type-CollaborationPrivacyBudgetSummary-createTime"></a>
The time at which the privacy budget was created.  
Type: Timestamp  
Required: Yes

 ** creatorAccountId **   <a name="API-Type-CollaborationPrivacyBudgetSummary-creatorAccountId"></a>
The unique identifier of the account that created this privacy budget.  
Type: String  
Length Constraints: Fixed length of 12.  
Pattern: `\d+`   
Required: Yes

 ** id **   <a name="API-Type-CollaborationPrivacyBudgetSummary-id"></a>
The unique identifier of the collaboration privacy budget.  
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}`   
Required: Yes

 ** privacyBudgetTemplateArn **   <a name="API-Type-CollaborationPrivacyBudgetSummary-privacyBudgetTemplateArn"></a>
The ARN of the collaboration privacy budget template.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 100.  
Pattern: `arn:aws:[\w]+:[\w]{2}-[\w]{4,9}-[\d]:[\d]{12}:privacybudgettemplate/[\d\w-]+`   
Required: Yes

 ** privacyBudgetTemplateId **   <a name="API-Type-CollaborationPrivacyBudgetSummary-privacyBudgetTemplateId"></a>
The unique identifier of the collaboration privacy budget template.  
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}`   
Required: Yes

 ** type **   <a name="API-Type-CollaborationPrivacyBudgetSummary-type"></a>
The type of privacy budget template.  
Type: String  
Valid Values: `DIFFERENTIAL_PRIVACY | ACCESS_BUDGET`   
Required: Yes

 ** updateTime **   <a name="API-Type-CollaborationPrivacyBudgetSummary-updateTime"></a>
The most recent time at which the privacy budget was updated.  
Type: Timestamp  
Required: Yes

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

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/CollaborationPrivacyBudgetSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/cleanrooms-2022-02-17/CollaborationPrivacyBudgetSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/cleanrooms-2022-02-17/CollaborationPrivacyBudgetSummary) 