SecurityAgent / Client / tag_resource
tag_resource¶
- SecurityAgent.Client.tag_resource(**kwargs)¶
Adds tags to a 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 tag.
tags (dict) –
[REQUIRED]
The tags to add to the resource.
(string) –
Key for a resource tag.
(string) –
Value for a resource tag.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Output for TagResource operation.