CleanRoomsService#
Client#
- class CleanRoomsService.Client#
A low-level client representing AWS Clean Rooms Service
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 collective datasets 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.
import boto3 client = boto3.client('cleanrooms')
These are the available methods:
- batch_get_schema
- can_paginate
- close
- create_collaboration
- create_configured_table
- create_configured_table_analysis_rule
- create_configured_table_association
- create_membership
- delete_collaboration
- delete_configured_table
- delete_configured_table_analysis_rule
- delete_configured_table_association
- delete_member
- delete_membership
- get_collaboration
- get_configured_table
- get_configured_table_analysis_rule
- get_configured_table_association
- get_membership
- get_paginator
- get_protected_query
- get_schema
- get_schema_analysis_rule
- get_waiter
- list_collaborations
- list_configured_table_associations
- list_configured_tables
- list_members
- list_memberships
- list_protected_queries
- list_schemas
- list_tags_for_resource
- start_protected_query
- tag_resource
- untag_resource
- update_collaboration
- update_configured_table
- update_configured_table_analysis_rule
- update_configured_table_association
- update_membership
- update_protected_query
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: