Route53GlobalResolver / Client / list_tags_for_resource
list_tags_for_resource¶
- Route53GlobalResolver.Client.list_tags_for_resource(**kwargs)¶
Lists the tags associated with a Route 53 Global Resolver resource.
Warning
Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify
--region us-east-2on Amazon Web Services CLI commands.See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_resource( resourceArn='string' )
- Parameters:
resourceArn (string) –
[REQUIRED]
Amazon Resource Name (ARN) for the resource.
- Return type:
dict
- Returns:
Response Syntax
{ 'tags': { 'string': 'string' } }
Response Structure
(dict) –
tags (dict) –
An array of user-defined keys and optional values. These tags can be used for categorization and organization.
(string) –
(string) –
Exceptions
Route53GlobalResolver.Client.exceptions.ResourceNotFoundException