Skip to content

List Tags For Resource

lexmodelsv2_list_tags_for_resource R Documentation

Gets a list of tags associated with a resource

Description

Gets a list of tags associated with a resource. Only bots, bot aliases, and bot channels can have tags associated with them.

Usage

lexmodelsv2_list_tags_for_resource(resourceARN)

Arguments

resourceARN

[required] The Amazon Resource Name (ARN) of the resource to get a list of tags for.

Value

A list with the following syntax:

list(
  tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  resourceARN = "string"
)