Untag Resource
| fms_untag_resource | R Documentation | 
Removes one or more tags from an Amazon Web Services resource¶
Description¶
Removes one or more tags from an Amazon Web Services resource.
Usage¶
fms_untag_resource(ResourceArn, TagKeys)
Arguments¶
| ResourceArn | [required] The Amazon Resource Name (ARN) of the resource to return tags for. The Firewall Manager resources that support tagging are policies, applications lists, and protocols lists. | 
| TagKeys | [required] The keys of the tags to remove from the resource. | 
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
  ResourceArn = "string",
  TagKeys = list(
    "string"
  )
)