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

IdentityPoolShortDescription

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

A description of the identity pool.

interface IdentityPoolShortDescription {
IdentityPoolId?: string | null;
IdentityPoolName?: string | null;
}

§Properties

§
IdentityPoolId?: string | null
[src]

An identity pool ID in the format REGION:GUID.

§
IdentityPoolName?: string | null
[src]

A string that you provide.