List tags for a given domain.
See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_resource(
resourceArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) for the Amazon SWF domain.
{
'tags': [
{
'key': 'string',
'value': 'string'
},
]
}
Response Structure
An array of tags associated with the domain.
Tags are key-value pairs that can be associated with Amazon SWF state machines and activities.
Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @
.
The key of a tag.
The value of a tag.
Exceptions
SWF.Client.exceptions.UnknownResourceFault
SWF.Client.exceptions.LimitExceededFault
SWF.Client.exceptions.OperationNotPermittedFault