interface CognitoIdentityPoolConfig {
    allowGuestAccess?: boolean;
    identityPoolEndpoint?: string;
    identityPoolId: string;
}

Properties

allowGuestAccess?: boolean
identityPoolEndpoint?: string

Use this field to specify a custom endpoint for the Amazon Cognito identity pool. Ensure this endpoint is correct and valid.

identityPoolId: string