AuditManager.Client.
tag_resource
(**kwargs)¶Tags the specified resource in Audit Manager.
See also: AWS API Documentation
Request Syntax
response = client.tag_resource(
resourceArn='string',
tags={
'string': 'string'
}
)
[REQUIRED]
The Amazon Resource Name (ARN) of the resource.
[REQUIRED]
The tags that are associated with the resource.
dict
Response Syntax
{}
Response Structure
Exceptions
AuditManager.Client.exceptions.InternalServerException
AuditManager.Client.exceptions.ValidationException
AuditManager.Client.exceptions.ResourceNotFoundException