odb / Client / tag_resource
tag_resource¶
- odb.Client.tag_resource(**kwargs)¶
Applies tags to the specified resource.
See also: AWS API Documentation
Request Syntax
response = client.tag_resource( resourceArn='string', tags={ 'string': 'string' } )
- Parameters:
resourceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the resource to apply tags to.
tags (dict) –
[REQUIRED]
The list of tags to apply to the resource.
(string) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
odb.Client.exceptions.ServiceQuotaExceededException
odb.Client.exceptions.ResourceNotFoundException