Skip to content

Tag Resource

costandusagereportservice_tag_resource R Documentation

Associates a set of tags with a report definition

Description

Associates a set of tags with a report definition.

Usage

costandusagereportservice_tag_resource(ReportName, Tags)

Arguments

ReportName

[required] The report name of the report definition that tags are to be associated with.

Tags

[required] The tags to be assigned to the report definition resource.

Value

An empty list.

Request syntax

svc$tag_resource(
  ReportName = "string",
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)