View source: R/acmpca_operations.R
acmpca_untag_certificate_authority | R Documentation |
Remove one or more tags from your private CA. A tag consists of a key-value pair. If you do not specify the value portion of the tag when calling this action, the tag will be removed regardless of value. If you specify a value, the tag is removed only if it is associated with the specified value. To add tags to a private CA, use the tag_certificate_authority
. Call the list_tags
action to see what tags are associated with your CA.
See https://www.paws-r-sdk.com/docs/acmpca_untag_certificate_authority/ for full documentation.
acmpca_untag_certificate_authority(CertificateAuthorityArn, Tags)
CertificateAuthorityArn |
[required] The Amazon Resource Name (ARN) that was returned when you called
|
Tags |
[required] List of tags to be removed from the CA. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.