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

*******************************************************
get_collaboration_configured_audience_model_association
*******************************************************



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

  

  Retrieves a configured audience model association within a collaboration.

  

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


  **Request Syntax**
  ::

    response = client.get_collaboration_configured_audience_model_association(
        collaborationIdentifier='string',
        configuredAudienceModelAssociationIdentifier='string'
    )
    
  :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 configuredAudienceModelAssociationIdentifier: string
  :param configuredAudienceModelAssociationIdentifier: **[REQUIRED]** 

    A unique identifier for the configured audience model association that you want to retrieve.

    

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

    
    ::

      {
          'collaborationConfiguredAudienceModelAssociation': {
              'id': 'string',
              'arn': 'string',
              'collaborationId': 'string',
              'collaborationArn': 'string',
              'configuredAudienceModelArn': 'string',
              'name': 'string',
              'description': 'string',
              'creatorAccountId': 'string',
              'createTime': datetime(2015, 1, 1),
              'updateTime': datetime(2015, 1, 1)
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **collaborationConfiguredAudienceModelAssociation** *(dict) --* 

        The metadata of the configured audience model association.

        
        

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

          The identifier of the configured audience model association.

          
        

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

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

          
        

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

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

          
        

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

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

          
        

        - **configuredAudienceModelArn** *(string) --* 

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

          
        

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

          The name of the configured audience model association.

          
        

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

          The description of the configured audience model association.

          
        

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

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

          
        

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

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

          
        

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

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

          
    
  
  **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`

  