Skip to content

Tag Resource

backupgateway_tag_resource R Documentation

Tag the resource

Description

Tag the resource.

Usage

backupgateway_tag_resource(ResourceARN, Tags)

Arguments

ResourceARN

[required] The Amazon Resource Name (ARN) of the resource to tag.

Tags

[required] A list of tags to assign to the resource.

Value

A list with the following syntax:

list(
  ResourceARN = "string"
)

Request syntax

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