/AWS1/CL_WSW=>TAGRESOURCE()
¶
About TagResource¶
Adds or overwrites one or more tags for the specified resource.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_RESOURCEARN
TYPE /AWS1/WSWARN
/AWS1/WSWARN
¶
The ARN of the resource.
IT_TAGS
TYPE /AWS1/CL_WSWTAG=>TT_TAGLIST
TT_TAGLIST
¶
The tags of the resource.
Optional arguments:¶
IV_CLIENTTOKEN
TYPE /AWS1/WSWCLIENTTOKEN
/AWS1/WSWCLIENTTOKEN
¶
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 Amazon Web Services SDK.