This operation returns all of the tags that are associated with the specified domain.
All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.
See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_domain(
DomainName='string'
)
[REQUIRED]
The domain for which you want to get a list of tags.
{
'TagList': [
{
'Key': 'string',
'Value': 'string'
},
]
}
Response Structure
The ListTagsForDomain response includes the following elements.
A list of the tags that are associated with the specified domain.
Each tag includes the following elements.
The key (name) of a tag.
Valid values: A-Z, a-z, 0-9, space, ".:/=+-@"
Constraints: Each key can be 1-128 characters long.
The value of a tag.
Valid values: A-Z, a-z, 0-9, space, ".:/=+-@"
Constraints: Each value can be 0-256 characters long.
Exceptions
Route53Domains.Client.exceptions.InvalidInput
Route53Domains.Client.exceptions.OperationLimitExceeded
Route53Domains.Client.exceptions.UnsupportedTLD