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

Properties

allowGuestAccess?: boolean
identityPoolId: string