Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 219

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To retrieve keys and values for a cost allocation tag**

This example retrieves all cost allocation tags with a key of "Project" and a value that contains "secretProject".

Command::

  aws ce get-tags --search-string secretProject --time-period Start=2017-01-01,End=2017-05-18 --tag-key Project
  
Output::
	
  {
    "ReturnSize": 2,
    "Tags": [
      "secretProject1",
      "secretProject2"
    ],
    "TotalSize": 2
  }