MWAAServerless / Client / list_tags_for_resource
list_tags_for_resource¶
- MWAAServerless.Client.list_tags_for_resource(**kwargs)¶
Lists all tags that are associated with a specified Amazon Managed Workflows for Apache Airflow Serverless resource.
See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_resource( ResourceArn='string' )
- Parameters:
ResourceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the resource for which to list tags.
- Return type:
dict
- Returns:
Response Syntax
{ 'Tags': { 'string': 'string' } }
Response Structure
(dict) –
Tags (dict) –
A map of tags that are associated with the resource, where each tag consists of a key-value pair.
(string) –
(string) –
Exceptions
MWAAServerless.Client.exceptions.ThrottlingExceptionMWAAServerless.Client.exceptions.ValidationExceptionMWAAServerless.Client.exceptions.ResourceNotFoundExceptionMWAAServerless.Client.exceptions.AccessDeniedExceptionMWAAServerless.Client.exceptions.InternalServerExceptionMWAAServerless.Client.exceptions.OperationTimeoutException