Creates an audit report that lists every time that your CA private key is used to issue a certificate. The issue_certificate
and revoke_certificate
actions use the private key.
See https://www.paws-r-sdk.com/docs/acmpca_create_certificate_authority_audit_report/ for full documentation.
acmpca_create_certificate_authority_audit_report(
CertificateAuthorityArn,
S3BucketName,
AuditReportResponseFormat
)
[required] The Amazon Resource Name (ARN) of the CA to be audited. This is of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
[required] The name of the S3 bucket that will contain the audit report.
[required] The format in which to create the report. This can be either JSON or CSV.