ResilienceHub / Client / list_tags_for_resource

list_tags_for_resource#

ResilienceHub.Client.list_tags_for_resource(**kwargs)#

Lists the tags for your resources in your Resilience Hub applications.

See also: AWS API Documentation

Request Syntax

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

resourceArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) for a specific resource in your Resilience Hub application.

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • tags (dict) –

      Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.

      • (string) –

        • (string) –

Exceptions