Skip to content

List Tags For Resource

kinesisanalytics_list_tags_for_resource R Documentation

Retrieves the list of key-value tags assigned to the application

Description

Retrieves the list of key-value tags assigned to the application. For more information, see Using Tagging.

Usage

kinesisanalytics_list_tags_for_resource(ResourceARN)

Arguments

ResourceARN

[required] The ARN of the application for which to retrieve tags.

Value

A list with the following syntax:

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

Request syntax

svc$list_tags_for_resource(
  ResourceARN = "string"
)