RuntimeforBedrockDataAutomation / Client / list_tags_for_resource

list_tags_for_resource

RuntimeforBedrockDataAutomation.Client.list_tags_for_resource(**kwargs)

List tags for an Amazon Bedrock Data Automation resource

See also: AWS API Documentation

Request Syntax

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

resourceARN (string) –

[REQUIRED]

ARN of a taggable resource

Return type:

dict

Returns:

Response Syntax

{
    'tags': [
        {
            'key': 'string',
            'value': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • tags (list) –

      List of tags

      • (dict) –

        Key value pair of a tag

        • key (string) –

          Defines the context of the tag.

        • value (string) –

          Defines the value within the context. e.g. <key=reason, value=training>.

Exceptions

  • RuntimeforBedrockDataAutomation.Client.exceptions.ValidationException

  • RuntimeforBedrockDataAutomation.Client.exceptions.AccessDeniedException

  • RuntimeforBedrockDataAutomation.Client.exceptions.InternalServerException

  • RuntimeforBedrockDataAutomation.Client.exceptions.ResourceNotFoundException

  • RuntimeforBedrockDataAutomation.Client.exceptions.ThrottlingException