Skip to content

Untag Resource

iamrolesanywhere_untag_resource R Documentation

Removes tags from the resource

Description

Removes tags from the resource.

Required permissions: rolesanywhere:UntagResource.

Usage

iamrolesanywhere_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] The ARN of the resource.

tagKeys

[required] A list of keys. Tag keys are the unique identifiers of tags.

Value

An empty list.

Request syntax

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