AWS Clean Rooms is an analytics service that allows organizations to query their combined datasets without granting unrestricted access to their raw data.
Users create collaborations that include one or more AWS accounts. Each AWS account in the collaboration creates a membership to link the account to a collaboration.
In parallel users create configured tables that reference datasets stored in Amazon S3 and cataloged in the AWS Glue data catalog. The user applies an analysis rule to each configured table to control how the dataset can be used in queries.
Once the resources are setup collaboration members can use the StartProtectedQuery API to run SQL queries against the APIs. Runner queries is not in scope for Terraform.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
AWS Clean Rooms is an analytics service that allows organizations to query their combined datasets without granting unrestricted access to their raw data.
Users create collaborations that include one or more AWS accounts. Each AWS account in the collaboration creates a membership to link the account to a collaboration.
In parallel users create configured tables that reference datasets stored in Amazon S3 and cataloged in the AWS Glue data catalog. The user applies an analysis rule to each configured table to control how the dataset can be used in queries.
The last step in setting up AWS Clean Rooms is to create associations between a configured tables and a collaborations.
Once the resources are setup collaboration members can use the StartProtectedQuery API to run SQL queries against the APIs. Runner queries is not in scope for Terraform.
Requested Resource(s) and/or Data Source(s)
aws_cleanrooms_collaboration
aws_cleanrooms_configured_table
aws_cleanrooms_configured_table_analysis_rule
aws_cleanrooms_configured_table_association
aws_cleanrooms_membership
Potential Terraform Configuration
No response
References
AWS Clean Rooms user guide AWS Clean Rooms API reference
Would you like to implement a fix?
yes