Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
appmesh
/
Filename :
tag-resource.rst
back
Copy
**To tag a resource** The following ``tag-resource`` example adds the tag ``key1`` with the value ``value1`` to the specified resource. :: aws appmesh tag-resource \ --resource-arn arn:aws:appmesh:us-east-1:123456789012:mesh/app1 \ --tags key=key1,value=value1 This command produces no output.