AWS::CleanRooms::CollaborationCreates a new collaboration.
import { CfnCollaboration } from 'aws-cdk-lib/aws-cleanrooms';Or use the module namespace:
import * as cleanrooms from 'aws-cdk-lib/aws-cleanrooms';
// cleanrooms.CfnCollaborationConfiguration passed to the constructor as CfnCollaborationProps.
creatorDisplayNameRequiredstringA display name of the collaboration creator.
descriptionRequiredstringA description of the collaboration provided by the collaboration owner.
nameRequiredstringA human-readable identifier provided by the collaboration owner. Display names are not unique.
queryLogStatusRequiredstringAn indicator as to whether query logging has been enabled or disabled for the collaboration. When `ENABLED` , AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is `DISABLED` .
allowedResultRegionsOptionalstring[]The AWS Regions where collaboration query results can be stored. Returns the list of Region identifiers that were specified when the collaboration was created. This list is used to enforce regional storage policies and compliance requirements.
analyticsEngineOptionalstringThe analytics engine for the collaboration. > After July 16, 2025, the `CLEAN_ROOMS_SQL` parameter will no longer be available.
autoApprovedChangeTypesOptionalstring[]The types of change requests that are automatically approved for this collaboration.
creatorMemberAbilitiesOptionalstring[]The abilities granted to the collaboration creator. *Allowed values* `CAN_QUERY` | `CAN_RECEIVE_RESULTS` | `CAN_RUN_JOB`
creatorMlMemberAbilitiesOptionalIResolvable | MLMemberAbilitiesPropertyThe ML member abilities for a collaboration member.
creatorPaymentConfigurationOptionalIResolvable | PaymentConfigurationPropertyAn object representing the collaboration member's payment responsibilities set by the collaboration creator.
dataEncryptionMetadataOptionalIResolvable | DataEncryptionMetadataPropertyThe settings for client-side encryption for cryptographic computing.
isMetricsEnabledOptionalboolean | IResolvablejobLogStatusOptionalstringAn indicator as to whether job logging has been enabled or disabled for the collaboration. When `ENABLED` , AWS Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is `DISABLED` .
membersOptionalIResolvable | IResolvable | MemberSpecificationProperty[]A list of initial members, not including the creator. This list is immutable.
tagsOptionalCfnTag[]An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-cleanroomsAWS::CleanRooms::Collaboration