Sophie

Sophie

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

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

**To list the tags applied to an ACM Certificate**

The following ``list-tags-for-certificate`` command lists the tags applied to a certificate in your account::

  aws acm list-tags-for-certificate --certificate-arn arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

The preceding command produces ouput similar to the following::

  {
    "Tags": [
        {
            "Value": "Website",
            "Key": "Purpose"
        },
        {
            "Value": "Alice",
            "Key": "Admin"
        }
    ]
  }