Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeCertificateAuthorityAuditReportResponse

import type { DescribeCertificateAuthorityAuditReportResponse } from "https://aws-api.deno.dev/v0.4/services/acmpca.ts?docs=full";
interface DescribeCertificateAuthorityAuditReportResponse {
AuditReportStatus?: AuditReportStatus | null;
CreatedAt?: Date | number | null;
S3BucketName?: string | null;
S3Key?: string | null;
}

§Properties

§
AuditReportStatus?: AuditReportStatus | null
[src]

Specifies whether report creation is in progress, has succeeded, or has failed.

§
CreatedAt?: Date | number | null
[src]

The date and time at which the report was created.

§
S3BucketName?: string | null
[src]

Name of the S3 bucket that contains the report.

§
S3Key?: string | null
[src]

S3 key that uniquely identifies the report file in your S3 bucket.