EventBridgePipes / Client / list_tags_for_resource

list_tags_for_resource#

EventBridgePipes.Client.list_tags_for_resource(**kwargs)#

Displays the tags associated with a pipe.

See also: AWS API Documentation

Request Syntax

response = client.list_tags_for_resource(
    resourceArn='string'
)
Parameters:

resourceArn (string) –

[REQUIRED]

The ARN of the pipe for which you want to view tags.

Return type:

dict

Returns:

Response Syntax

{
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • tags (dict) –

      The list of key-value pairs to associate with the pipe.

      • (string) –

        • (string) –

Exceptions