Skip to content

List Tags For Resource

budgets_list_tags_for_resource R Documentation

Lists tags associated with a budget or budget action resource

Description

Lists tags associated with a budget or budget action resource.

Usage

budgets_list_tags_for_resource(ResourceARN)

Arguments

ResourceARN

[required] The unique identifier for the resource.

Value

A list with the following syntax:

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

Request syntax

svc$list_tags_for_resource(
  ResourceARN = "string"
)