paws.security.identity (version 0.1.0)

acm_list_tags_for_certificate: Lists the tags that have been applied to the ACM certificate

Description

Lists the tags that have been applied to the ACM certificate. Use the certificate's Amazon Resource Name (ARN) to specify the certificate. To add a tag to an ACM certificate, use the AddTagsToCertificate action. To delete a tag, use the RemoveTagsFromCertificate action.

Usage

acm_list_tags_for_certificate(CertificateArn)

Arguments

CertificateArn

[required] String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

Request syntax

svc$list_tags_for_certificate(
  CertificateArn = "string"
)