Skip to content

List Tags For Resource

redshiftserverless_list_tags_for_resource R Documentation

Lists the tags assigned to a resource

Description

Lists the tags assigned to a resource.

Usage

redshiftserverless_list_tags_for_resource(resourceArn)

Arguments

resourceArn

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

Value

A list with the following syntax:

list(
  tags = list(
    list(
      key = "string",
      value = "string"
    )
  )
)

Request syntax

svc$list_tags_for_resource(
  resourceArn = "string"
)