:doc:`DataZone <../../datazone>` / Client / associate_governed_terms

************************
associate_governed_terms
************************



.. py:method:: DataZone.Client.associate_governed_terms(**kwargs)

  

  Associates governed terms with an asset.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/AssociateGovernedTerms>`_  


  **Request Syntax**
  ::

    response = client.associate_governed_terms(
        domainIdentifier='string',
        entityIdentifier='string',
        entityType='ASSET',
        governedGlossaryTerms=[
            'string',
        ]
    )
    
  :type domainIdentifier: string
  :param domainIdentifier: **[REQUIRED]** 

    The ID of the domain where governed terms are to be associated with an asset.

    

  
  :type entityIdentifier: string
  :param entityIdentifier: **[REQUIRED]** 

    The ID of the asset with which you want to associate a governed term.

    

  
  :type entityType: string
  :param entityType: **[REQUIRED]** 

    The type of the asset with which you want to associate a governed term.

    

  
  :type governedGlossaryTerms: list
  :param governedGlossaryTerms: **[REQUIRED]** 

    The glossary terms in a restricted glossary.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DataZone.Client.exceptions.InternalServerException`

  
  *   :py:class:`DataZone.Client.exceptions.ResourceNotFoundException`

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

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

  
  *   :py:class:`DataZone.Client.exceptions.ConflictException`

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

  
  *   :py:class:`DataZone.Client.exceptions.UnauthorizedException`

  