ConnectCases / Client / tag_resource
tag_resource#
- ConnectCases.Client.tag_resource(**kwargs)#
Adds tags to a resource.
See also: AWS API Documentation
Request Syntax
response = client.tag_resource( arn='string', tags={ 'string': 'string' } )
- Parameters:
arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN)
tags (dict) –
[REQUIRED]
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
(string) –
(string) –
- Returns:
None
Exceptions
ConnectCases.Client.exceptions.InternalServerException
ConnectCases.Client.exceptions.ResourceNotFoundException
ConnectCases.Client.exceptions.ValidationException
ConnectCases.Client.exceptions.ThrottlingException
ConnectCases.Client.exceptions.AccessDeniedException