acm_add_tags_to_certificate {paws.security.identity} | R Documentation |
Adds one or more tags to an ACM certificate
Description
Adds one or more tags to an ACM certificate. Tags are labels that you can use to identify and organize your Amazon Web Services resources. Each tag consists of a key
and an optional value
. You specify the certificate on input by its Amazon Resource Name (ARN). You specify the tag by using a key-value pair.
See https://www.paws-r-sdk.com/docs/acm_add_tags_to_certificate/ for full documentation.
Usage
acm_add_tags_to_certificate(CertificateArn, Tags)
Arguments
CertificateArn |
[required] String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:
For more information about ARNs, see Amazon Resource Names (ARNs). |
Tags |
[required] The key-value pair that defines the tag. The tag value is optional. |
[Package paws.security.identity version 0.9.0 Index]