paws.security.identity (version 0.1.0)

cloudhsm_add_tags_to_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_add_tags_to_resource(ResourceArn, TagList)

Arguments

ResourceArn

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

TagList

[required] One or more tags.

Request syntax

svc$add_tags_to_resource(
  ResourceArn = "string",
  TagList = list(
    list(
      Key = "string",
      Value = "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.

Adds or overwrites one or more tags for the specified AWS CloudHSM resource.

Each tag consists of a key and a value. Tag keys must be unique to each resource.