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

CustomDomainConfigType

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

The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.

interface CustomDomainConfigType {
CertificateArn: string;
}

§Properties

§
CertificateArn: string
[src]

The Amazon Resource Name (ARN) of an Certificate Manager SSL certificate. You use this certificate for the subdomain of your custom domain.