Creating an audit report - AWS Private Certificate Authority

Creating an audit report

The following CloudTrail example shows the results of a call to the CreateCertificateAuthorityAuditReport operation.

{ "eventVersion":"1.05", "userIdentity":{ "type":"IAMUser", "principalId":"account", "arn":"arn:aws:iam::account:user/name", "accountId":"account", "accessKeyId":"key_ID" }, "eventTime":"2018-01-26T21:56:00Z", "eventSource":"acm-pca.amazonaws.com", "eventName":"CreateCertificateAuthorityAuditReport", "awsRegion":"region", "sourceIPAddress":"IP_address", "userAgent":"agent", "requestParameters":{ "certificateAuthorityArn":"arn:aws:acm-pca:us-east-1:111122223333:certificate-authority/11223344-1234-1122-2233-112233445566", "s3BucketName":"bucket_name", "auditReportResponseFormat":"JSON" }, "responseElements":{ "auditReportId":"report_ID", "s3Key":"audit-report/CA_ID/audit_report_ID.json" }, "requestID":"request_ID", "eventID":"event_ID", "eventType":"AwsApiCall", "recipientAccountId":"account" }