tag_resource

finspace.Client.tag_resource(**kwargs)

Adds metadata tags to a FinSpace resource.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The Amazon Resource Name (ARN) for the resource.

  • tags (dict) --

    [REQUIRED]

    One or more tags to be assigned to the resource.

    • (string) --
      • (string) --
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • finspace.Client.exceptions.InternalServerException
  • finspace.Client.exceptions.InvalidRequestException
  • finspace.Client.exceptions.ResourceNotFoundException