Skip to content

Tag Resource

budgets_tag_resource R Documentation

Creates tags for a budget or budget action resource

Description

Creates tags for a budget or budget action resource.

Usage

budgets_tag_resource(ResourceARN, ResourceTags)

Arguments

ResourceARN

[required] The unique identifier for the resource.

ResourceTags

[required] The tags associated with the resource.

Value

An empty list.

Request syntax

svc$tag_resource(
  ResourceARN = "string",
  ResourceTags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)