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'
}
}
)
[REQUIRED]
Associates a TagKey
configuration to an account.
Includes the definition of a tagQuery
.
Condition in the IAM policy that associates resources to an application.
Exceptions
AppRegistry.Client.exceptions.ConflictException
AppRegistry.Client.exceptions.InternalServerException
AppRegistry.Client.exceptions.ValidationException