From 1a9c1f91420be97c1e9eae9b90de2b9d221a148d Mon Sep 17 00:00:00 2001 From: Yue Pan Date: Mon, 3 Aug 2026 16:47:21 -0700 Subject: [PATCH] Update add-tags-to-resource.rst with corrected CLI command example Correct CLI command example --- awscli/examples/elasticache/add-tags-to-resource.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awscli/examples/elasticache/add-tags-to-resource.rst b/awscli/examples/elasticache/add-tags-to-resource.rst index 1dae7bbba221..a4cca4d3edf8 100755 --- a/awscli/examples/elasticache/add-tags-to-resource.rst +++ b/awscli/examples/elasticache/add-tags-to-resource.rst @@ -4,7 +4,7 @@ The following ``add-tags-to-resource`` example adds up to 10 tags, key-value pai aws elasticache add-tags-to-resource \ --resource-name "arn:aws:elasticache:us-east-1:1234567890:cluster:my-mem-cluster" \ - --tags '{"20150202":15, "ElastiCache":"Service"}' + --tags Key="APIVersion",Value="20150202" Key="Service",Value="ElastiCache" Output:: @@ -22,4 +22,4 @@ Output:: ] } -For more information, see `Monitoring Costs with Cost Allocation Tags `__ in the *Elasticache User Guide*. \ No newline at end of file +For more information, see `Monitoring Costs with Cost Allocation Tags `__ in the *Elasticache User Guide*.