moto/docs/docs/services/acm-pca.rst
2022-11-30 20:09:37 -01:00

75 lines
1.7 KiB
ReStructuredText

.. _implementedservice_acm-pca:
.. |start-h3| raw:: html
<h3>
.. |end-h3| raw:: html
</h3>
=======
acm-pca
=======
.. autoclass:: moto.acmpca.models.ACMPCABackend
|start-h3| Example usage |end-h3|
.. sourcecode:: python
@mock_acmpca
def test_acmpca_behaviour:
boto3.client("acm-pca")
...
|start-h3| Implemented features for this service |end-h3|
- [X] create_certificate_authority
The following parameters are not yet implemented: IdempotencyToken, KeyStorageSecurityStandard, UsageMode
- [ ] create_certificate_authority_audit_report
- [ ] create_permission
- [X] delete_certificate_authority
- [ ] delete_permission
- [ ] delete_policy
- [X] describe_certificate_authority
- [ ] describe_certificate_authority_audit_report
- [X] get_certificate
The CertificateChain will always return None for now
- [X] get_certificate_authority_certificate
- [X] get_certificate_authority_csr
- [ ] get_policy
- [X] import_certificate_authority_certificate
- [X] issue_certificate
The following parameters are not yet implemented: ApiPassthrough, SigningAlgorithm, TemplateArn, Validity, ValidityNotBefore, IdempotencyToken
Some fields of the resulting certificate will have default values, instead of using the CSR
- [ ] list_certificate_authorities
- [ ] list_permissions
- [X] list_tags
Pagination is not yet implemented
- [ ] put_policy
- [ ] restore_certificate_authority
- [X] revoke_certificate
This is currently a NO-OP
- [X] tag_certificate_authority
- [X] untag_certificate_authority
- [X] update_certificate_authority