GlueDataBrew / Client / list_tags_for_resource

list_tags_for_resource#

GlueDataBrew.Client.list_tags_for_resource(**kwargs)#

Lists all the tags for a DataBrew 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) string that uniquely identifies the DataBrew resource.

Return type:

dict

Returns:

Response Syntax

{
    'Tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • Tags (dict) –

      A list of tags associated with the DataBrew resource.

      • (string) –

        • (string) –

Exceptions

  • GlueDataBrew.Client.exceptions.InternalServerException

  • GlueDataBrew.Client.exceptions.ResourceNotFoundException

  • GlueDataBrew.Client.exceptions.ValidationException