Creates a new collaboration.
post/collaborations
Request body
namestring required
The display name for a collaboration.
descriptionstring
A description of the collaboration provided by the collaboration owner.
creatorMemberAbilitiesMemberAbility[] required
The abilities granted to the collaboration creator.
creatorDisplayNamestring required
The display name of the collaboration creator.
queryLogStatus'ENABLED' | 'DISABLED' required
<p>An indicator as to whether query logging has been enabled or disabled for the collaboration.</p> <p>When <code>ENABLED</code>, Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is <code>DISABLED</code>.</p>
jobLogStatus'ENABLED' | 'DISABLED'
<p>Specifies whether job logs are enabled for this collaboration. </p> <p>When <code>ENABLED</code>, Clean Rooms logs details about jobs run within this collaboration; those logs can be viewed in Amazon CloudWatch Logs. The default value is <code>DISABLED</code>.</p>
tagsobject
Map of tags assigned to a resource
analyticsEngine'SPARK' | 'CLEAN_ROOMS_SQL'
<p> The analytics engine.</p> <note> <p>After July 16, 2025, the <code>CLEAN_ROOMS_SQL</code> parameter will no longer be available. </p> </note>
autoApprovedChangeRequestTypesAutoApprovedChangeType[]
The types of change requests that are automatically approved for this collaboration.
allowedResultRegionsSupportedS3Region[]
The Amazon Web Services Regions where collaboration query results can be stored. When specified, results can only be written to these Regions. This parameter enables you to meet your compliance and data governance requirements, and implement regional data governance policies.
isMetricsEnabledboolean
<p>An indicator as to whether metrics have been enabled or disabled for the collaboration.</p> <p>When <code>true</code>, collaboration members can opt in to Amazon CloudWatch metrics for their membership queries. The default value is <code>false</code>.</p>
Response
Success