DataZone / Client / tag_resource

tag_resource#

DataZone.Client.tag_resource(**kwargs)#

Tags a resource in Amazon DataZone.

See also: AWS API Documentation

Request Syntax

response = client.tag_resource(
    resourceArn='string',
    tags={
        'string': 'string'
    }
)
Parameters:
  • resourceArn (string) –

    [REQUIRED]

    The ARN of the resource to be tagged in Amazon DataZone.

  • tags (dict) –

    [REQUIRED]

    Specifies the tags for the TagResource action.

    • (string) –

      • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions