v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1419148118.9 KB

Adds or edits tags on an PCS resource. Each tag consists of a tag key and a tag value. The tag key and tag value are case-sensitive strings. The tag value can be an empty (null) string. To add a tag, specify a new tag key and a tag value. To edit a tag, specify an existing tag key and a new tag value.

post/#X-Amz-Target=AWSParallelComputingService.TagResource

Headers

X-Amz-Target'AWSParallelComputingService.TagResource' required

Request body

resourceArnstring required

The Amazon Resource Name (ARN) of the resource.

tagsobject required

1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.

Response

Success

TagResourceResponse required