aws.acm_pca.describe_certificate_authority_audit_report
Example SQL Queries
SELECT * FROMaws.acm_pca.describe_certificate_authority_audit_reportWHERE"certificate_authority_arn" = 'VALUE'AND "audit_report_id" = 'VALUE';Description
Lists information about a specific audit report created by calling the CreateCertificateAuthorityAuditReport action. Audit information is created every time the certificate authority (CA) private key is used. The private key is used when you call the IssueCertificate action or the RevokeCertificate action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| audit_report_id Required Input Column The report ID returned by calling the CreateCertificateAuthorityAuditReport action. | VARCHAR |
| certificate_authority_arn Required Input Column The Amazon Resource Name (ARN) of the private CA. This must be of the form: arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 . | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| audit_report_status Specifies whether report creation is in progress, has succeeded, or has failed. | VARCHAR |
| created_at The date and time at which the report was created. | TIMESTAMP_S |
| s3_bucket_name Name of the S3 bucket that contains the report. | VARCHAR |
| s3_key S3 key that uniquely identifies the report file in your S3 bucket. | VARCHAR |