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

CreateCertificateAuthorityAuditReportRequest

import type { CreateCertificateAuthorityAuditReportRequest } from "https://aws-api.deno.dev/v0.4/services/acmpca.ts?docs=full";
interface CreateCertificateAuthorityAuditReportRequest {
AuditReportResponseFormat: AuditReportResponseFormat;
CertificateAuthorityArn: string;
S3BucketName: string;
}

§Properties

§
AuditReportResponseFormat: AuditReportResponseFormat
[src]

The format in which to create the report. This can be either JSON or CSV.

§
CertificateAuthorityArn: string
[src]

The Amazon Resource Name (ARN) of the CA to be audited. This is of the form:

arn:aws:acm-pca:_region_:_account_:certificate-authority/_12345678-1234-1234-1234-123456789012_.

§
S3BucketName: string
[src]

The name of the S3 bucket that will contain the audit report.