Untag Resource
| shield_untag_resource | R Documentation | 
Removes tags from a resource in Shield¶
Description¶
Removes tags from a resource in Shield.
Usage¶
shield_untag_resource(ResourceARN, TagKeys)
Arguments¶
| ResourceARN | [required] The Amazon Resource Name (ARN) of the resource that you want to remove tags from. | 
| TagKeys | [required] The tag key for each tag that you want to remove from the resource. | 
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
  ResourceARN = "string",
  TagKeys = list(
    "string"
  )
)