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

DomainDescriptionType

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

A container for information about a domain.

interface DomainDescriptionType {
AWSAccountId?: string | null;
CloudFrontDistribution?: string | null;
CustomDomainConfig?: CustomDomainConfigType | null;
Domain?: string | null;
S3Bucket?: string | null;
Status?: DomainStatusType | null;
UserPoolId?: string | null;
Version?: string | null;
}

§Properties

§
AWSAccountId?: string | null
[src]

The Amazon Web Services ID for the user pool owner.

§
CloudFrontDistribution?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon CloudFront distribution.

§
CustomDomainConfig?: CustomDomainConfigType | null
[src]

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

§
Domain?: string | null
[src]

The domain string. For custom domains, this is the fully-qualified domain name, such as auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as auth.

§
S3Bucket?: string | null
[src]

The Amazon S3 bucket where the static files for this domain are stored.

§
Status?: DomainStatusType | null
[src]

The domain status.

§
UserPoolId?: string | null
[src]

The user pool ID.

§
Version?: string | null
[src]

The app version.