paws.security.identity (version 0.1.0)

acmpca_create_certificate_authority_audit_report: Creates an audit report that lists every time that your CA private key is used

Description

Creates an audit report that lists every time that your CA private key is used. The report is saved in the Amazon S3 bucket that you specify on input. The IssueCertificate and RevokeCertificate operations use the private key. You can generate a new report every 30 minutes.

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:<i>region</i>:<i>account</i>:certificate-authority/<i>12345678-1234-1234-1234-123456789012</i> .

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.

Request syntax

svc$create_certificate_authority_audit_report(
  CertificateAuthorityArn = "string",
  S3BucketName = "string",
  AuditReportResponseFormat = "JSON"|"CSV"
)