CleanRoomsService / Paginator / ListCollaborationIdNamespaceAssociations
ListCollaborationIdNamespaceAssociations#
- class CleanRoomsService.Paginator.ListCollaborationIdNamespaceAssociations#
- paginator = client.get_paginator('list_collaboration_id_namespace_associations') - paginate(**kwargs)#
- Creates an iterator that will paginate through responses from - CleanRoomsService.Client.list_collaboration_id_namespace_associations().- See also: AWS API Documentation - Request Syntax- response_iterator = paginator.paginate( collaborationIdentifier='string', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } ) - Parameters:
- collaborationIdentifier (string) – - [REQUIRED] - The unique identifier of the collaboration that contains the ID namespace associations that you want to retrieve. 
- PaginationConfig (dict) – - A dictionary that provides parameters to control pagination. - MaxItems (integer) – - The total number of items to return. If the total number of items available is more than the value specified in max-items then a - NextTokenwill be provided in the output that you can use to resume pagination.
- PageSize (integer) – - The size of each page. 
- StartingToken (string) – - A token to specify where to start paginating. This is the - NextTokenfrom a previous response.
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'collaborationIdNamespaceAssociationSummaries': [ { 'arn': 'string', 'createTime': datetime(2015, 1, 1), 'id': 'string', 'updateTime': datetime(2015, 1, 1), 'collaborationArn': 'string', 'collaborationId': 'string', 'creatorAccountId': 'string', 'inputReferenceConfig': { 'inputReferenceArn': 'string', 'manageResourcePolicies': True|False }, 'name': 'string', 'description': 'string', 'inputReferenceProperties': { 'idNamespaceType': 'SOURCE'|'TARGET' } }, ], 'NextToken': 'string' } - Response Structure- (dict) – - collaborationIdNamespaceAssociationSummaries (list) – - The summary information of the collaboration ID namespace associations that you requested. - (dict) – - Provides summary information about the collaboration ID namespace association. - arn (string) – - The Amazon Resource Name (ARN) of the collaboration ID namespace association. 
- createTime (datetime) – - The time at which the collaboration ID namespace association was created. 
- id (string) – - The unique identifier of the collaboration ID namespace association. 
- updateTime (datetime) – - The most recent time at which the collaboration ID namespace association was updated. 
- collaborationArn (string) – - The Amazon Resource Name (ARN) of the collaboration that contains this collaboration ID namespace association. 
- collaborationId (string) – - The unique identifier of the collaboration that contains this collaboration ID namespace association. 
- creatorAccountId (string) – - The Amazon Web Services account that created this collaboration ID namespace association. 
- inputReferenceConfig (dict) – - The input reference configuration that’s used to create the collaboration ID namespace association. - inputReferenceArn (string) – - The Amazon Resource Name (ARN) of the Entity Resolution resource that is being associated to the collaboration. Valid resource ARNs are from the ID namespaces that you own. 
- manageResourcePolicies (boolean) – - When - TRUE, Clean Rooms manages permissions for the ID namespace association resource.- When - FALSE, the resource owner manages permissions for the ID namespace association resource.
 
- name (string) – - The name of the collaboration ID namespace association. 
- description (string) – - The description of the collaboration ID namepsace association. 
- inputReferenceProperties (dict) – - The input reference properties that are used to create the collaboration ID namespace association. - idNamespaceType (string) – - The ID namespace type for this ID namespace association. 
 
 
 
- NextToken (string) – - A token to resume pagination.