paws.security.identity (version 0.1.0)

cloudhsm_remove_tags_from_resource: This is documentation for AWS CLOUDHSM CLASSIC

Description

This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference.

Usage

cloudhsm_remove_tags_from_resource(ResourceArn, TagKeyList)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the AWS CloudHSM resource.

TagKeyList

[required] The tag key or keys to remove.

Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.

Request syntax

svc$remove_tags_from_resource(
  ResourceArn = "string",
  TagKeyList = list(
    "string"
  )
)

Details

For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference.

Removes one or more tags from the specified AWS CloudHSM resource.

To remove a tag, specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.