Honeycode / Client / tag_resource

tag_resource#

Honeycode.Client.tag_resource(**kwargs)#

The TagResource API allows you to add tags to an ARN-able resource. Resource includes workbook, table, screen and screen-automation.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The resource’s Amazon Resource Name (ARN).

  • tags (dict) –

    [REQUIRED]

    A list of tags to apply to the resource.

    • (string) –

      • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions