Learn R Programming

paws.security.identity (version 0.1.8)

fms_untag_resource: Removes one or more tags from an AWS resource

Description

Removes one or more tags from an AWS resource.

Usage

fms_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource. The Firewall Manager policy is the only AWS resource that supports tagging, so this ARN is a policy ARN.

TagKeys

[required] The keys of the tags to remove from the resource.

Request syntax

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