AWS Security ChangesHomeSearch

AWS clean-rooms documentation change

Service: clean-rooms · 2025-07-04 · Documentation low

File: clean-rooms/latest/userguide/creating-resources-with-cloudformation.md

Summary

Consolidated documentation structure by removing detailed template sections and replacing with unified resource type references to AWS Clean Rooms and Clean Rooms ML guides

Security assessment

The change restructures documentation formatting and removes redundant template descriptions but does not address security vulnerabilities or introduce new security-related content. No security implications are mentioned in the diff.

Diff

diff --git a/clean-rooms/latest/userguide/creating-resources-with-cloudformation.md b/clean-rooms/latest/userguide/creating-resources-with-cloudformation.md
index 082f9ec56..96f62465c 100644
--- a//clean-rooms/latest/userguide/creating-resources-with-cloudformation.md
+++ b//clean-rooms/latest/userguide/creating-resources-with-cloudformation.md
@@ -17,76 +17 @@ To provision and configure resources for AWS Clean Rooms and related services, y
-AWS Clean Rooms supports creating collaborations, configured tables, configured table associations, and memberships in AWS CloudFormation. For more information, including examples of JSON and YAML templates for collaborations, configured tables, configured table associations, and memberships, see the [AWS Clean Rooms resource type reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CleanRooms.html) in the _AWS CloudFormation User Guide_.
-
-The following templates are available:
-
-  * _Analysis template_
-
-Specify an AWS Clean Rooms analysis template, including a name, description, format, source, parameters, and tags.
-
-For more information, see the following topics:
-
-[AWS::CleanRooms::AnalysisTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-analysistemplate.html) in the _AWS Clean Rooms User Guide_
-
-[CreateAnalysisTemplate](https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_CreateAnalysisTemplate.html) in the _AWS Clean Rooms API Reference_
-
-  * _Collaboration_
-
-Specify an AWS Clean Rooms collaboration, including a name, description, type, parameters, and tags. 
-
-For more information, see the following topics:
-
-[AWS::CleanRooms::Collaboration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html) in the _AWS CloudFormation User Guide_
-
-[CreateCollaboration](https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_CreateCollaboration.html) in the _AWS Clean Rooms API Reference_
-
-  * _Configured table_
-
-Specify a configured table in AWS Clean Rooms, including allowed columns, analysis method, description, name, table reference, privacy budget, and tags. Configured tables represent a reference to an existing table in the AWS Glue Data Catalog that has been configured for use in AWS Clean Rooms. A configured table contains an analysis rule that determines how the data can be used. 
-
-For more information, see the following topics:
-
-[AWS::CleanRooms::ConfiguredTable](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-configuredtable.html) in the _AWS CloudFormation User Guide_
-
-[CreateConfiguredTable](https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_CreateConfiguredTable.html) in the _AWS Clean Rooms API Reference_
-
-  * _Configured table association_
-
-Specify a configured table association in AWS Clean Rooms, including ID, description, membership ID, name, role, Amazon Resource Name (ARN), and tags. A configured table association links a configured table with a collaboration. 
-
-For more information, see the following topics:
-
-[AWS::CleanRooms::ConfiguredTableAssociation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-configuredtableassociation.html) in the _AWS CloudFormation User Guide_
-
-[CreateConfiguredTableAssociation](https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_CreateConfiguredTableAssociation.html) in the _AWS Clean Rooms API Reference_
-
-  * _Membership_
-
-Specify membership for a specific collaboration identifier and join the collaboration in AWS Clean Rooms.
-
-For more information, see the following topics:
-
-[AWS::CleanRooms::Membership](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-membership.html) in the _AWS CloudFormation User Guide_
-
-[CreateMembership](https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_CreateMembership.html) in the _AWS Clean Rooms API Reference_
-
-  * _Privacy Budget Template_
-
-Specify an AWS Clean Rooms privacy budget template, including a privacy budget, noise added per query, and monthly privacy budget refresh.
-
-For more information, see the following topics:
-
-[AWS::CleanRooms::PrivacyBudgetTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-privacybudgettemplate.html) in the _AWS CloudFormation User Guide_
-
-[CreatePrivacyBudgetTemplate](https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_CreatePrivacyBudgetTemplate.html) in the _AWS Clean Rooms API Reference_
-
-  * _Create training dataset_
-
-Specify a training dataset for a Clean Rooms ML model from a AWS Glue table.
-
-For more information, see the following topics:
-
-[AWS::CleanRoomsML::TrainingDataset](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-trainingdataset.html) in the _AWS CloudFormation User Guide_
-
-[CreateTrainingDataset](https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_CreateTrainingDataset.html) in the _Clean Rooms ML API Reference_
-
-
-
+AWS Clean Rooms supports creating collaborations, configured tables, configured table associations, and memberships in AWS CloudFormation. For more information, including examples of JSON and YAML templates for collaborations, configured tables, configured table associations, and memberships, see the [AWS Clean Rooms](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CleanRooms.html) and [AWS Clean Rooms ML](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CleanRoomsML.html) resource type references in the _AWS CloudFormation User Guide_.