CleanRoomsService / Client / list_id_namespace_associations
list_id_namespace_associations#
- CleanRoomsService.Client.list_id_namespace_associations(**kwargs)#
Returns a list of ID namespace associations.
See also: AWS API Documentation
Request Syntax
response = client.list_id_namespace_associations( membershipIdentifier='string', nextToken='string', maxResults=123 )
- Parameters:
membershipIdentifier (string) –
[REQUIRED]
The unique identifier of the membership that contains the ID namespace association that you want to view.
nextToken (string) – The pagination token that’s used to fetch the next set of results.
maxResults (integer) – The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
- Return type:
dict
- Returns:
Response Syntax
{ 'nextToken': 'string', 'idNamespaceAssociationSummaries': [ { 'membershipId': 'string', 'membershipArn': 'string', 'collaborationArn': 'string', 'collaborationId': 'string', 'createTime': datetime(2015, 1, 1), 'updateTime': datetime(2015, 1, 1), 'id': 'string', 'arn': 'string', 'inputReferenceConfig': { 'inputReferenceArn': 'string', 'manageResourcePolicies': True|False }, 'name': 'string', 'description': 'string', 'inputReferenceProperties': { 'idNamespaceType': 'SOURCE'|'TARGET' } }, ] }
Response Structure
(dict) –
nextToken (string) –
The token value provided to access the next page of results.
idNamespaceAssociationSummaries (list) –
The summary information of the ID namespace associations that you requested.
(dict) –
Detailed information about the ID namespace association.
membershipId (string) –
The unique identifier of the membership resource for this ID namespace association.
membershipArn (string) –
The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.
collaborationArn (string) –
The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.
collaborationId (string) –
The unique identifier of the collaboration that contains this ID namespace association.
createTime (datetime) –
The time at which this ID namespace association was created.
updateTime (datetime) –
The most recent time at which this ID namespace association has been updated.
id (string) –
The unique identifier of this ID namespace association.
arn (string) –
The Amazon Resource Name (ARN) of this ID namespace association.
inputReferenceConfig (dict) –
The input reference configuration details for this 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 ID namespace association.
description (string) –
The description of the ID namespace association.
inputReferenceProperties (dict) –
The input reference properties for this ID namespace association.
idNamespaceType (string) –
The ID namespace type for this ID namespace association.
Exceptions
CleanRoomsService.Client.exceptions.ResourceNotFoundException
CleanRoomsService.Client.exceptions.InternalServerException
CleanRoomsService.Client.exceptions.ValidationException
CleanRoomsService.Client.exceptions.ThrottlingException
CleanRoomsService.Client.exceptions.AccessDeniedException