cloudhsmv2_tag_resource: Adds or overwrites one or more tags for the specified AWS CloudHSM
cluster
Description
Adds or overwrites one or more tags for the specified AWS CloudHSM
cluster.
Usage
cloudhsmv2_tag_resource(ResourceId, TagList)
Arguments
ResourceId
[required] The cluster identifier (ID) for the cluster that you are tagging. To
find the cluster ID, use DescribeClusters.
TagList
[required] A list of one or more tags.
Request syntax
svc$tag_resource(
ResourceId = "string",
TagList = list(
list(
Key = "string",
Value = "string"
)
)
)