paws.security.identity (version 0.1.0)

acmpca_describe_certificate_authority_audit_report: Lists information about a specific audit report created by calling the CreateCertificateAuthorityAuditReport operation

Description

Lists information about a specific audit report created by calling the CreateCertificateAuthorityAuditReport operation. Audit information is created every time the certificate authority (CA) private key is used. The private key is used when you call the IssueCertificate operation or the RevokeCertificate operation.

Usage

acmpca_describe_certificate_authority_audit_report(
  CertificateAuthorityArn, AuditReportId)

Arguments

CertificateAuthorityArn

[required] The Amazon Resource Name (ARN) of the private CA. This must be of the form:

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

AuditReportId

[required] The report ID returned by calling the CreateCertificateAuthorityAuditReport operation.

Request syntax

svc$describe_certificate_authority_audit_report(
  CertificateAuthorityArn = "string",
  AuditReportId = "string"
)