AWS clean-rooms documentation change
Summary
Updated glossary entry for 'member who can receive results' to specify output formats (CSV/Parquet) and Spark analytics options, and changed from single to multiple allowed members
Security assessment
Changes describe functional enhancements (multiple result recipients, output formats) without addressing vulnerabilities or security controls. No security-specific context or mitigations are mentioned.
Diff
diff --git a/clean-rooms/latest/userguide/glossary.md b/clean-rooms/latest/userguide/glossary.md index b7131edc4..d7da493f2 100644 --- a//clean-rooms/latest/userguide/glossary.md +++ b//clean-rooms/latest/userguide/glossary.md @@ -206 +206 @@ An administrative user can use AWS Identity and Access Management (IAM) permissi -The member who can receive query results. The member who can receive results specifies query results settings for the Amazon S3 destination and the query result format. +A member who can receive query results. A member who can receive results specifies query results settings for the Amazon S3 destination and the query result format (CSV or Parquet). @@ -208 +208,3 @@ The member who can receive query results. The member who can receive results spe -There is only one member who can receive results per collaboration, and that member is immutable. +For analyses with the Spark analytics engine, a member who can receive results also specifies whether files should be output as a single file or as multiple files. + +There can be more than one member who can receive results in a collaboration.