AWS clean-rooms documentation change
Summary
Removed job-related terminology, consolidated collaboration member roles, and updated analysis template requirements to focus solely on SQL support
Security assessment
Changes primarily streamline documentation by removing deprecated job/PySpark functionality and simplifying role descriptions. No evidence of addressing security vulnerabilities or weaknesses.
Diff
diff --git a/clean-rooms/latest/userguide/glossary.md b/clean-rooms/latest/userguide/glossary.md index 004fda62e..b0448daf0 100644 --- a/clean-rooms/latest/userguide/glossary.md +++ b/clean-rooms/latest/userguide/glossary.md @@ -5 +5 @@ -Aggregation analysis ruleAnalysis rulesAnalysis templateC3R encryption clientCleartext columnCollaborationCollaboration creatorConfigured tableCustom analysis ruleDecryptionDifferential privacyEncryptionFingerprint columnID mapping workflow methodID mapping tableID mapping table analysis ruleID mapping workflowID namespaceID namespace associationJobList analysis ruleLookalike modelLookalike segmentMemberMember who can queryMember who can run queries and jobsMember who can receive resultsMember paying for query compute costsMember paying for query and job compute costsMembershipSealed columnSeed dataQuery +Aggregation analysis ruleAnalysis rulesAnalysis templateC3R encryption clientCleartext columnCollaborationCollaboration creatorConfigured tableCustom analysis ruleDecryptionDifferential privacyEncryptionFingerprint columnID mapping workflow methodID mapping tableID mapping table analysis ruleID mapping workflowID namespaceID namespace associationList analysis ruleLookalike modelLookalike segmentMemberMember who can queryMember who can receive resultsMember paying for query compute costsMembershipSealed columnSeed data @@ -31 +31 @@ A collaboration-specific, pre-approved query that can be reused. -Supported formats: SQL code or Python code for Spark. +Supports custom SQL queries supported in AWS Clean Rooms. @@ -33 +33 @@ Supported formats: SQL code or Python code for Spark. -If using SQL, the analysis template can contain parameters wherever a literal value could typically appear in a SQL query. For more information about supported parameter types, see [Data types](https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/c_Supported_data_types.html) in the _AWS Clean Rooms SQL Reference_. +Can contain parameters wherever a literal value could typically appear in a SQL query. For more information about supported parameter types, see [Data types](https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/c_Supported_data_types.html) in the _AWS Clean Rooms SQL Reference_. @@ -57,5 +57 @@ Only members who have been invited to the collaboration can join the collaborati -A collaboration can have only one member who can querydata or one member who can run queries and jobs. - -A collaboration can have only one member who can receive results. - -A collaboration can have only one member paying for query compute costs or one member paying for query and job compute costs. +A collaboration can have only one member who can query data, one member who can receive results, and one member paying for query compute costs. @@ -89 +85 @@ AWS Clean Rooms doesn't currently support Amazon S3 bucket locations that are re -The query restriction that allows a specific set of pre-approved queries (analysis templates) or allows a specific set of accounts that can provide queries or jobs that use your data. +The query restriction that allows a specific set of pre-approved queries (analysis templates) or allows a specific set of accounts that can provide queries that use your data. @@ -150,8 +145,0 @@ An association of an ID namespace resource that helps you discover inputs into t -## Job - -A method to access and analyze configured tables in a collaboration using a supported set of functions, classes, and variables. - -AWS Clean Rooms currently supports the PySpark job type. - -AWS Clean Rooms currently supports running jobs using a PySpark analysis template. - @@ -190,8 +177,0 @@ An administrative user can use AWS Identity and Access Management (IAM) permissi -## Member who can run queries and jobs - -The member who can run queries and jobs on the data in the collaboration. - -There is only one member who can run queries and jobs per collaboration, and that member is immutable. - -An administrative user can use AWS Identity and Access Management (IAM) permissions to control which of their IAM principals (such as users or roles) can run queries and jobs in the collaboration. For more information, see [Create a service role to read data from Amazon S3](./setting-up-roles.html#create-service-role-procedure). - @@ -214,10 +193,0 @@ The member paying for query compute costs receives a bill for the queries that h -## Member paying for query and job compute costs - -The member who is responsible for paying for query and job compute costs. - -There is only one member who is responsible for paying for query and job compute costs per collaboration, and that member is immutable. - -If the collaboration creator hasn't specified anyone as the member paying for query and job compute costs, then the member who can query is the default payer. - -The member paying for query and job compute costs receives a bill for the queries that have been run in the collaboration. - @@ -240,8 +209,0 @@ The seed data provider's data, which is used to create a lookalike segment. The -## Query - -A method to access and analyze configured tables in a collaboration, using a supported set of functions, classes, and variables. - -AWS Clean Rooms currently supports the SQL query language. - -AWS Clean Rooms currently supports running direct SQL queries or running queries using a SQL analysis template. -