New API Documentation - Developer Preview Available
We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.
Lists the tags, if any, that are associated with your private CA or one that has been
shared with you. Tags are labels that you can use to identify and organize your CAs.
Each tag consists of a key and an optional value. Call the TagCertificateAuthority
action to add one or more tags to your CA. Call the UntagCertificateAuthority action to remove tags.
Example
Use a bare-bones client and the command you need to make an API call.
Lists the tags, if any, that are associated with your private CA or one that has been shared with you. Tags are labels that you can use to identify and organize your CAs. Each tag consists of a key and an optional value. Call the TagCertificateAuthority action to add one or more tags to your CA. Call the UntagCertificateAuthority action to remove tags.
Example
Use a bare-bones client and the command you need to make an API call.
Param
ListTagsCommandInput
Returns
ListTagsCommandOutput
See
input
shape.response
shape.config
shape.Throws
InvalidArnException (client fault)
The requested Amazon Resource Name (ARN) does not refer to an existing resource.
Throws
InvalidStateException (client fault)
The state of the private CA does not allow this action to occur.
Throws
ResourceNotFoundException (client fault)
A resource such as a private CA, S3 bucket, certificate, audit report, or policy cannot be found.
Throws
ACMPCAServiceException
Base exception class for all service exceptions from ACMPCA service.