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

UpdateUserPoolDomainRequest

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

The UpdateUserPoolDomain request input.

interface UpdateUserPoolDomainRequest {
CustomDomainConfig: CustomDomainConfigType;
Domain: string;
UserPoolId: string;
}

§Properties

§
CustomDomainConfig: CustomDomainConfigType
[src]

The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use this object to specify an SSL certificate that is managed by ACM.

§
Domain: string
[src]

The domain name for the custom domain that hosts the sign-up and sign-in pages for your application. For example: auth.example.com.

This string can include only lowercase letters, numbers, and hyphens. Do not use a hyphen for the first or last character. Use periods to separate subdomain names.

§
UserPoolId: string
[src]

The ID of the user pool that is associated with the custom domain that you are updating the certificate for.