Untag Resource
| cloudhsmv2_untag_resource | R Documentation | 
Removes the specified tag or tags from the specified CloudHSM cluster¶
Description¶
Removes the specified tag or tags from the specified CloudHSM cluster.
Cross-account use: No. You cannot perform this operation on an CloudHSM resource in a different Amazon Web Services account.
Usage¶
cloudhsmv2_untag_resource(ResourceId, TagKeyList)
Arguments¶
| ResourceId | [required] The cluster identifier (ID) for the cluster whose tags
you are removing. To find the cluster ID, use
 | 
| TagKeyList | [required] A list of one or more tag keys for the tags that you are removing. Specify only the tag keys, not the tag values. | 
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
  ResourceId = "string",
  TagKeyList = list(
    "string"
  )
)