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

AwsCertificateManagerCertificateResourceRecord

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

Provides details about the CNAME record that is added to the DNS database for domain validation.

interface AwsCertificateManagerCertificateResourceRecord {
Name?: string | null;
Type?: string | null;
Value?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the resource.

§
Type?: string | null
[src]

The type of resource.

§
Value?: string | null
[src]

The value of the resource.