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

CreateIdentityProviderRequest

import type { CreateIdentityProviderRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cognitoidentityserviceprovider.ts";
interface CreateIdentityProviderRequest {
AttributeMapping?: {
[key: string]: string | null | undefined;
}
| null;
IdpIdentifiers?: string[] | null;
ProviderDetails: {
[key: string]: string | null | undefined;
}
;
ProviderName: string;
UserPoolId: string;
}

§Properties

§
AttributeMapping?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
IdpIdentifiers?: string[] | null
[src]
§
ProviderDetails: {
[key: string]: string | null | undefined;
}
[src]
§
ProviderName: string
[src]
§
UserPoolId: string
[src]