Editing ID namespace associations
As a collaboration member, you can edit the ID namespace associations that you have created.
To edit an ID namespace association
-
Sign in to the AWS Management Console and open the AWS Clean Rooms console
with your AWS account (if you haven't yet done so). -
In the left navigation pane, choose Collaborations.
-
Choose the collaboration.
-
Choose the Entity resolution tab.
-
For Associated ID namespaces, choose an ID namespace.
-
On the ID namespace details page, scroll down to view the ID namespace association details.
-
Choose Edit.
-
On the Edit ID namespace associations page, edit any of the following:
-
For Association details, update the Name or the Description.
-
(Optional) For Advanced ID mapping table configurations, modify the default protections for the column that comes from the ID namepsace.
The ID mapping table is configured by default to only allow an
INNER JOIN
on both thesourceID
column and thetargetID
column. You can modify this configuration so that the column that comes from this ID namespace (eithersourceID
ortargetID
) can be allowed anywhere in the query.Your goal Recommended option Categorize the column as a "join column" and only allow it in an INNER JOIN
clauseYes Categorize the column as a "dimension column" and allow it anywhere in the query, including a JOIN
clause,SELECT
,WHERE
andGROUP BY
statements of the query.No, allow anywhere in the query
-
-
Choose Save changes.