acmpca_create_certificate_authority_audit_report {paws.security.identity} | R Documentation |
Creates an audit report that lists every time that your CA private key is used to issue a certificate
Description
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.
Usage
acmpca_create_certificate_authority_audit_report(
CertificateAuthorityArn,
S3BucketName,
AuditReportResponseFormat
)
Arguments
CertificateAuthorityArn |
[required] The Amazon Resource Name (ARN) of the CA to be audited. This is of the form:
|
S3BucketName |
[required] The name of the S3 bucket that will contain the audit report. |
AuditReportResponseFormat |
[required] The format in which to create the report. This can be either JSON or CSV. |
[Package paws.security.identity version 0.9.0 Index]