Skip to content

Tag Resource

recyclebin_tag_resource R Documentation

Assigns tags to the specified retention rule

Description

Assigns tags to the specified retention rule.

Usage

recyclebin_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the retention rule.

Tags

[required] Information about the tags to assign to the retention rule.

Value

An empty list.

Request syntax

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