Learn R Programming

paws.security.identity (version 0.8.0)

acmpca_create_certificate_authority_audit_report: 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:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .

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.