QLDB / Client / untag_resource

untag_resource#

QLDB.Client.untag_resource(**kwargs)#

Removes one or more tags from a specified Amazon QLDB resource. You can specify up to 50 tag keys to remove.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    ResourceArn='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • ResourceArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) from which to remove the tags. For example:

    arn:aws:qldb:us-east-1:123456789012:ledger/exampleLedger

  • TagKeys (list) –

    [REQUIRED]

    The list of tag keys to remove.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions