ResourceExplorer.Client.
tag_resource
(**kwargs)¶Adds one or more tag key and value pairs to an Amazon Web Services Resource Explorer view or index.
See also: AWS API Documentation
Request Syntax
response = client.tag_resource(
Tags={
'string': 'string'
},
resourceArn='string'
)
A list of tag key and value pairs that you want to attach to the specified view or index.
[REQUIRED]
The Amazon Resource Name (ARN) of the view or index that you want to attach tags to.
dict
Response Syntax
{}
Response Structure
Exceptions
ResourceExplorer.Client.exceptions.InternalServerException
ResourceExplorer.Client.exceptions.ValidationException
ResourceExplorer.Client.exceptions.ConflictException
ResourceExplorer.Client.exceptions.UnauthorizedException
ResourceExplorer.Client.exceptions.ThrottlingException
ResourceExplorer.Client.exceptions.AccessDeniedException