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

AwsCertificateManagerCertificateOptions

import type { AwsCertificateManagerCertificateOptions } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Contains other options for the certificate.

interface AwsCertificateManagerCertificateOptions {
CertificateTransparencyLoggingPreference?: string | null;
}

§Properties

§
CertificateTransparencyLoggingPreference?: string | null
[src]

Whether to add the certificate to a transparency log.

Valid values: DISABLED | ENABLED