View Source aws_cleanrooms (aws v0.7.14)
AWS Clean Rooms is in preview release and is subject to change.
Welcome to the AWS Clean Rooms API Reference.
AWS Clean Rooms is an AWS service that helps multiple parties to join their data together in a secure collaboration workspace. In the collaboration, members who can query and receive results can get insights into the combined data without either party getting access to the other party's raw data.
To learn more about AWS Clean Rooms concepts, procedures, and best practices, see the AWS Clean Rooms User Guide.Link to this section Summary
Functions
Creates a new analysis rule for a configured table.
Creates a configured table association.
Deletes a collaboration.
Removes the specified member from a collaboration.
Deletes a specified membership.
Link to this section Functions
batch_get_schema(Client, CollaborationIdentifier, Input0, Options0)
View Sourcecreate_configured_table_analysis_rule(Client, ConfiguredTableIdentifier, Input)
View SourceCreates a new analysis rule for a configured table.
Currently, only one analysis rule can be created for a given configured table.create_configured_table_analysis_rule(Client, ConfiguredTableIdentifier, Input0, Options0)
View Sourcecreate_configured_table_association(Client, MembershipIdentifier, Input)
View SourceCreates a configured table association.
A configured table association links a configured table with a collaboration.create_configured_table_association(Client, MembershipIdentifier, Input0, Options0)
View SourceDeletes a collaboration.
It can only be called by the collaboration owner.delete_collaboration(Client, CollaborationIdentifier, Input0, Options0)
View Sourcedelete_configured_table(Client, ConfiguredTableIdentifier, Input0, Options0)
View Sourcedelete_configured_table_analysis_rule(Client, AnalysisRuleType, ConfiguredTableIdentifier, Input)
View Sourcedelete_configured_table_analysis_rule(Client, AnalysisRuleType, ConfiguredTableIdentifier, Input0, Options0)
View Sourcedelete_configured_table_association(Client, ConfiguredTableAssociationIdentifier, MembershipIdentifier, Input)
View Sourcedelete_configured_table_association(Client, ConfiguredTableAssociationIdentifier, MembershipIdentifier, Input0, Options0)
View SourceRemoves the specified member from a collaboration.
The removed member is placed in the Removed status and can't interact with the collaboration. The removed member's data is inaccessible to active members of the collaboration.delete_member(Client, AccountId, CollaborationIdentifier, Input0, Options0)
View SourceDeletes a specified membership.
All resources under a membership must be deleted.