Skip to content

Get Tags

resourcegroups_get_tags R Documentation

Returns a list of tags that are associated with a resource group, specified by an ARN

Description

Returns a list of tags that are associated with a resource group, specified by an ARN.

Minimum permissions

To run this command, you must have the following permissions:

  • resource-groups:GetTags

Usage

resourcegroups_get_tags(Arn)

Arguments

Arn

[required] The ARN of the resource group whose tags you want to retrieve.

Value

A list with the following syntax:

list(
  Arn = "string",
  Tags = list(
    "string"
  )
)

Request syntax

svc$get_tags(
  Arn = "string"
)