View source: R/acmpca_operations.R
acmpca_tag_certificate_authority | R Documentation |
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.
acmpca_tag_certificate_authority(CertificateAuthorityArn, Tags)
CertificateAuthorityArn |
[required] The Amazon Resource Name (ARN) that was returned when you called
|
Tags |
[required] List of tags to be associated with the CA. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.