Skip to content

List Tags For Resource

recyclebin_list_tags_for_resource R Documentation

Lists the tags assigned to a retention rule

Description

Lists the tags assigned to a retention rule.

Usage

recyclebin_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the retention rule.

Value

A list with the following syntax:

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

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)