Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions awscli/examples/elasticache/add-tags-to-resource.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand All @@ -22,4 +22,4 @@ Output::
]
}

For more information, see `Monitoring Costs with Cost Allocation Tags <https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Tagging.html>`__ in the *Elasticache User Guide*.
For more information, see `Monitoring Costs with Cost Allocation Tags <https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Tagging.html>`__ in the *Elasticache User Guide*.