Skip to content

Untag Resource

recyclebin_untag_resource R Documentation

Unassigns a tag from a retention rule

Description

Unassigns a tag from a retention rule.

Usage

recyclebin_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

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

TagKeys

[required] The tag keys of the tags to unassign. All tags that have the specified tag key are unassigned.

Value

An empty list.

Request syntax

svc$untag_resource(
  ResourceArn = "string",
  TagKeys = list(
    "string"
  )
)