paws.security.identity (version 0.5.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 add_tags_to_certificate action. To delete a tag, use the remove_tags_from_certificate action.

See https://www.paws-r-sdk.com/docs/acm_list_tags_for_certificate/ for full documentation.

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).