workspacesweb_tag_resource: Adds or overwrites one or more tags for the specified...

View source: R/workspacesweb_operations.R

workspacesweb_tag_resourceR Documentation

Adds or overwrites one or more tags for the specified resource

Description

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

See https://www.paws-r-sdk.com/docs/workspacesweb_tag_resource/ for full documentation.

Usage

workspacesweb_tag_resource(clientToken = NULL, resourceArn, tags)

Arguments

clientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.

If you do not specify a client token, one is automatically generated by the AWS SDK.

resourceArn

[required] The ARN of the resource.

tags

[required] The tags of the resource.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.