DocDBElastic / Client / tag_resource
tag_resource#
- DocDBElastic.Client.tag_resource(**kwargs)#
Adds metadata tags to an elastic cluster resource
See also: AWS API Documentation
Request Syntax
response = client.tag_resource( resourceArn='string', tags={ 'string': 'string' } )
- Parameters:
resourceArn (string) –
[REQUIRED]
The ARN identifier of the elastic cluster resource.
tags (dict) –
[REQUIRED]
The tags that are assigned to the elastic cluster resource.
(string) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions