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

CreateDomainNameRequest

import type { CreateDomainNameRequest } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";
interface CreateDomainNameRequest {
certificateArn: string;
description?: string | null;
domainName: string;
}

§Properties

§
certificateArn: string
[src]

The Amazon Resource Name (ARN) of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate.

§
description?: string | null
[src]

A description of the DomainName.

§
domainName: string
[src]

The domain name.