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

CreateCertificateAuthorityAuditReportResponse

import type { CreateCertificateAuthorityAuditReportResponse } from "https://aws-api.deno.dev/v0.4/services/acmpca.ts?docs=full";
interface CreateCertificateAuthorityAuditReportResponse {
AuditReportId?: string | null;
S3Key?: string | null;
}

§Properties

§
AuditReportId?: string | null
[src]

An alphanumeric string that contains a report identifier.

§
S3Key?: string | null
[src]

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