Skip to content

List Tags for Resource

qldb_list_tags_for_resource R Documentation

Returns all tags for a specified Amazon QLDB resource

Description

Returns all tags for a specified Amazon QLDB resource.

Usage

qldb_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

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

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

Value

A list with the following syntax:

list(
  Tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)