Skip to content

Untag Resource

drs_untag_resource R Documentation

Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources

Description

Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.

Usage

drs_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] ARN of the resource for which tags are to be removed.

tagKeys

[required] Array of tags to be removed.

Value

An empty list.

Request syntax

svc$untag_resource(
  resourceArn = "string",
  tagKeys = list(
    "string"
  )
)