Skip to content

List Tags For Resource

kafkaconnect_list_tags_for_resource R Documentation

Lists all the tags attached to the specified resource

Description

Lists all the tags attached to the specified resource.

Usage

kafkaconnect_list_tags_for_resource(resourceArn)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource for which you want to list all attached tags.

Value

A list with the following syntax:

list(
  tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  resourceArn = "string"
)