SecurityAgent / Client / tag_resource
tag_resource¶
- SecurityAgent.Client.tag_resource(**kwargs)¶
Adds tags to a Security Agent resource
See also: AWS API Documentation
Request Syntax
response = client.tag_resource( resourceArn='string', tags={ 'string': 'string' } )
- Parameters:
resourceArn (string) –
[REQUIRED]
ARN of the resource to tag
tags (dict) –
[REQUIRED]
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