Skip to content

List Tags For Resource

timestreamwrite_list_tags_for_resource R Documentation

Lists all tags on a Timestream resource

Description

Lists all tags on a Timestream resource.

Usage

timestreamwrite_list_tags_for_resource(ResourceARN)

Arguments

ResourceARN

[required] The Timestream resource with tags to be listed. This value is an Amazon Resource Name (ARN).

Value

A list with the following syntax:

list(
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceARN = "string"
)