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

ImportBackendAuthRequest

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

The request body for ImportBackendAuth.

interface ImportBackendAuthRequest {
AppId: string;
BackendEnvironmentName: string;
IdentityPoolId?: string | null;
NativeClientId: string;
UserPoolId: string;
WebClientId: string;
}

§Properties

§
AppId: string
[src]

The app ID.

§
BackendEnvironmentName: string
[src]

The name of the backend environment.

§
IdentityPoolId?: string | null
[src]

The ID of the Amazon Cognito identity pool.

§
NativeClientId: string
[src]

The ID of the Amazon Cognito native client.

§
UserPoolId: string
[src]

The ID of the Amazon Cognito user pool.

§
WebClientId: string
[src]

The ID of the Amazon Cognito web client.