acmpca_tag_certificate_authority: Adds one or more tags to your private CA

View source: R/acmpca_operations.R

acmpca_tag_certificate_authorityR Documentation

Adds one or more tags to your private CA

Description

Adds one or more tags to your private CA. 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 private CA on input by its Amazon Resource Name (ARN). You specify the tag by using a key-value pair. You can apply a tag to just one private CA if you want to identify a specific characteristic of that CA, or you can apply the same tag to multiple private CAs if you want to filter for a common relationship among those CAs. To remove one or more tags, use the untag_certificate_authority action. Call the list_tags action to see what tags are associated with your CA.

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

Usage

acmpca_tag_certificate_authority(CertificateAuthorityArn, Tags)

Arguments

CertificateAuthorityArn

[required] The Amazon Resource Name (ARN) that was returned when you called create_certificate_authority. This must be of the form:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

Tags

[required] List of tags to be associated with the CA.


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