Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

put_configuration

put_configuration(**kwargs)

Associates a TagKey configuration to an account.

See also: AWS API Documentation

Request Syntax

response = client.put_configuration(
    configuration={
        'tagQueryConfiguration': {
            'tagKey': 'string'
        }
    }
)
Parameters
configuration (dict) --

[REQUIRED]

Associates a TagKey configuration to an account.

  • tagQueryConfiguration (dict) --

    Includes the definition of a tagQuery .

    • tagKey (string) --

      Condition in the IAM policy that associates resources to an application.

Returns
None

Exceptions

  • AppRegistry.Client.exceptions.ConflictException
  • AppRegistry.Client.exceptions.InternalServerException
  • AppRegistry.Client.exceptions.ValidationException