Skip to content

Untag Resource

qldb_untag_resource R Documentation

Removes one or more tags from a specified Amazon QLDB resource

Description

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

Usage

qldb_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

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

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

TagKeys

[required] The list of tag keys to remove.

Value

An empty list.

Request syntax

svc$untag_resource(
  ResourceArn = "string",
  TagKeys = list(
    "string"
  )
)