:doc:`CleanRoomsService <../../cleanrooms>` / Client / list_collaboration_configured_audience_model_associations

*********************************************************
list_collaboration_configured_audience_model_associations
*********************************************************



.. py:method:: CleanRoomsService.Client.list_collaboration_configured_audience_model_associations(**kwargs)

  

  Lists configured audience model associations within a collaboration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListCollaborationConfiguredAudienceModelAssociations>`_  


  **Request Syntax**
  ::

    response = client.list_collaboration_configured_audience_model_associations(
        collaborationIdentifier='string',
        nextToken='string',
        maxResults=123
    )
    
  :type collaborationIdentifier: string
  :param collaborationIdentifier: **[REQUIRED]** 

    A unique identifier for the collaboration that the configured audience model association belongs to. Accepts a collaboration ID.

    

  
  :type nextToken: string
  :param nextToken: 

    The pagination token that's used to fetch the next set of results.

    

  
  :type maxResults: integer
  :param maxResults: 

    The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the `maxResults` value has not been met.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'collaborationConfiguredAudienceModelAssociationSummaries': [
              {
                  'arn': 'string',
                  'createTime': datetime(2015, 1, 1),
                  'id': 'string',
                  'name': 'string',
                  'updateTime': datetime(2015, 1, 1),
                  'collaborationArn': 'string',
                  'collaborationId': 'string',
                  'creatorAccountId': 'string',
                  'description': 'string'
              },
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **collaborationConfiguredAudienceModelAssociationSummaries** *(list) --* 

        The metadata of the configured audience model association within a collaboration.

        
        

        - *(dict) --* 

          A summary of the configured audience model association in the collaboration.

          
          

          - **arn** *(string) --* 

            The Amazon Resource Name (ARN) of the configured audience model association.

            
          

          - **createTime** *(datetime) --* 

            The time at which the configured audience model association was created.

            
          

          - **id** *(string) --* 

            The identifier of the configured audience model association.

            
          

          - **name** *(string) --* 

            The name of the configured audience model association.

            
          

          - **updateTime** *(datetime) --* 

            The most recent time at which the configured audience model association was updated.

            
          

          - **collaborationArn** *(string) --* 

            The unique ARN for the configured audience model's associated collaboration.

            
          

          - **collaborationId** *(string) --* 

            A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.

            
          

          - **creatorAccountId** *(string) --* 

            The identifier used to reference members of the collaboration. Only supports Amazon Web Services account ID.

            
          

          - **description** *(string) --* 

            The description of the configured audience model association.

            
      
    
      

      - **nextToken** *(string) --* 

        The pagination token that's used to fetch the next set of results.

        
  
  **Exceptions**
  
  *   :py:class:`CleanRoomsService.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`CleanRoomsService.Client.exceptions.InternalServerException`

  
  *   :py:class:`CleanRoomsService.Client.exceptions.ValidationException`

  
  *   :py:class:`CleanRoomsService.Client.exceptions.ThrottlingException`

  
  *   :py:class:`CleanRoomsService.Client.exceptions.AccessDeniedException`

  