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

CreateUserPoolDomainRequest

import type { CreateUserPoolDomainRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";
interface CreateUserPoolDomainRequest {
CustomDomainConfig?: CustomDomainConfigType | null;
Domain: string;
UserPoolId: string;
}

§Properties

§
CustomDomainConfig?: CustomDomainConfigType | null
[src]

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

Provide this parameter only if you want to use a custom domain for your user pool. Otherwise, you can exclude this parameter and use the Amazon Cognito hosted domain instead.

For more information about the hosted domain and custom domains, see Configuring a User Pool Domain.

§
Domain: string
[src]

The domain string.

§
UserPoolId: string
[src]

The user pool ID.