:doc:`AppRegistry <../../servicecatalog-appregistry>` / Client / associate_attribute_group

*************************
associate_attribute_group
*************************



.. py:method:: AppRegistry.Client.associate_attribute_group(**kwargs)

  

  Associates an attribute group with an application to augment the application's metadata with the group's attributes. This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/AWS242AppRegistry-2020-06-24/AssociateAttributeGroup>`_  


  **Request Syntax**
  ::

    response = client.associate_attribute_group(
        application='string',
        attributeGroup='string'
    )
    
  :type application: string
  :param application: **[REQUIRED]** 

    The name, ID, or ARN of the application.

    

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

    The name, ID, or ARN of the attribute group that holds the attributes to describe the application.

    

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

    
    ::

      {
          'applicationArn': 'string',
          'attributeGroupArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **applicationArn** *(string) --* 

        The Amazon resource name (ARN) of the application that was augmented with attributes.

        
      

      - **attributeGroupArn** *(string) --* 

        The Amazon resource name (ARN) of the attribute group that contains the application's new attributes.

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

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

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

  
  *   :py:class:`AppRegistry.Client.exceptions.ServiceQuotaExceededException`

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

  