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

UICustomizationType

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

A container for the UI customization information for a user pool's built-in app UI.

interface UICustomizationType {
ClientId?: string | null;
CreationDate?: Date | number | null;
CSS?: string | null;
CSSVersion?: string | null;
ImageUrl?: string | null;
LastModifiedDate?: Date | number | null;
UserPoolId?: string | null;
}

§Properties

§
ClientId?: string | null
[src]

The client ID for the client app.

§
CreationDate?: Date | number | null
[src]

The creation date for the UI customization.

§
CSS?: string | null
[src]

The CSS values in the UI customization.

§
CSSVersion?: string | null
[src]

The CSS version number.

§
ImageUrl?: string | null
[src]

The logo image for the UI customization.

§
LastModifiedDate?: Date | number | null
[src]

The last-modified date for the UI customization.

§
UserPoolId?: string | null
[src]

The user pool ID for the user pool.