AppRegistry / Client / associate_attribute_group

associate_attribute_group#

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

Request Syntax

response = client.associate_attribute_group(
    application='string',
    attributeGroup='string'
)
Parameters:
  • application (string) –

    [REQUIRED]

    The name, ID, or ARN of the application.

  • attributeGroup (string) –

    [REQUIRED]

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

Return type:

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

  • AppRegistry.Client.exceptions.ResourceNotFoundException

  • AppRegistry.Client.exceptions.ValidationException

  • AppRegistry.Client.exceptions.InternalServerException

  • AppRegistry.Client.exceptions.ServiceQuotaExceededException

  • AppRegistry.Client.exceptions.ConflictException