acm_add_tags_to_certificate: Adds one or more tags to an ACM certificate

View source: R/acm_operations.R

acm_add_tags_to_certificateR 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:

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

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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.